{"id":29356956,"url":"https://github.com/cesnet/ansible-role-mariadb","last_synced_at":"2026-02-09T21:09:42.467Z","repository":{"id":45961556,"uuid":"209788978","full_name":"CESNET/ansible-role-mariadb","owner":"CESNET","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-13T11:41:50.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-12-13T12:33:56.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CESNET.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-20T12:46:24.000Z","updated_at":"2024-12-13T11:41:55.000Z","dependencies_parsed_at":"2024-12-13T12:27:52.459Z","dependency_job_id":"b7e7a70b-7b51-4bef-ade7-52067519b698","html_url":"https://github.com/CESNET/ansible-role-mariadb","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/CESNET/ansible-role-mariadb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CESNET%2Fansible-role-mariadb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CESNET%2Fansible-role-mariadb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CESNET%2Fansible-role-mariadb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CESNET%2Fansible-role-mariadb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CESNET","download_url":"https://codeload.github.com/CESNET/ansible-role-mariadb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CESNET%2Fansible-role-mariadb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746657,"owners_count":24813575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-09T05:41:08.354Z","updated_at":"2026-02-09T21:09:37.420Z","avatar_url":"https://github.com/CESNET.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-role-mariadb\n\nAnsible galaxy role cesnet.mariadb that installs and configures MariaDB.\n\n## Requirements\n\n\n## Role variables\n* mariadb_root_password - Password for root user\n* mariadb_databases_to_create - List of databases which will be created\n* mariadb_databases_to_remove - List of databases which will be removed\n* mariadb_users_to_create - Structure of user's login and password, and optional host and database privileges\n    * Example of structure: \n        ```\n        mariadb_users_to_create:\n          - login: user1\n            password: password1\n            host: \"%\"\n            privileges: \"dbname1.*:ALL\"\n          - login: user2\n            password: password2\n        ```\n* mariadb_users_to_remove - List of users which will be removed\n* mariadb_users_privileges - Structure od user's login and list of privileges\n    * Example of structure: \n        ```\n        mariadb_users_privileges:\n          - login: user1\n            privileges:\n              - \"dbname1.*:ALL\"\n              - \"dbname2.*:ALL\"\n          - login: user2\n            privileges:\n              - \"dbname1.*:ALL\"\n        ```\n* mariadb_is_master - Information if host is master or slave\n* mariadb_replication_enabled - Information if replication is enabled or not\n* mariadb_replication_cluster_name - Name of cluster\n* mariadb_replication_hosts - List of replication hosts ip's \n## Available tags\n* install\n* scheme - Create/Remove database and run scripts\n* configuration\n* start\n* stop\n\n## Example playbook\n```\n- hosts: all\n  remote_user: root\n  vars:\n  roles:\n    - cesnet.mariadb\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesnet%2Fansible-role-mariadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcesnet%2Fansible-role-mariadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesnet%2Fansible-role-mariadb/lists"}