{"id":19974588,"url":"https://github.com/elan-ev/opencast_mariadb","last_synced_at":"2026-01-07T04:18:15.412Z","repository":{"id":44871876,"uuid":"449770102","full_name":"elan-ev/opencast_mariadb","owner":"elan-ev","description":"Install MariaDB for Opencast using Ansible","archived":false,"fork":false,"pushed_at":"2024-07-30T17:44:47.000Z","size":27,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-25T03:31:50.858Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","opencast"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/elan/opencast_mariadb","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elan-ev.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":"2022-01-19T16:30:14.000Z","updated_at":"2024-07-30T17:40:01.000Z","dependencies_parsed_at":"2024-10-20T00:26:43.062Z","dependency_job_id":null,"html_url":"https://github.com/elan-ev/opencast_mariadb","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elan-ev%2Fopencast_mariadb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elan-ev%2Fopencast_mariadb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elan-ev%2Fopencast_mariadb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elan-ev%2Fopencast_mariadb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elan-ev","download_url":"https://codeload.github.com/elan-ev/opencast_mariadb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245717694,"owners_count":20661146,"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","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":["ansible","ansible-galaxy","ansible-role","opencast"],"created_at":"2024-11-13T03:15:31.612Z","updated_at":"2026-01-07T04:18:10.367Z","avatar_url":"https://github.com/elan-ev.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role to Install MariaDB for Opencast\n\n![lint](https://github.com/elan-ev/opencast_mariadb/actions/workflows/lint.yml/badge.svg)\n![molecule](https://github.com/elan-ev/opencast_mariadb/actions/workflows/molecule.yml/badge.svg)\n\nInstall MariaDB for [Opencast](https://opencast.org/) with [ansible](https://docs.ansible.com/).\n\n## Dependencies\n\nThis role requires the MySQL community collection:\n\n```\nansible-galaxy collection install community.mysql\n```\n\n## Role Variables\n\nYou have to specify passwords for the opencast user that accesses the database (`database_password`)\nand the database root user (`database_root_password`).\nNote that once you set the password for the root user, you can _not_ change it again with this role.\n\nFurther config options are optional.\nHave a look at the [defaults](defaults/main.yml) to see all variables.\n\n## Example Playbook\n\nJust add the role to your playbook:\n\n```yaml\n- hosts: all\n  become: true\n  roles:\n    - role: elan.opencast_mariadb\n      database_password: '1234'\n      database_root_password: '4567'\n```\n\n## Development\n\nFor development and testing you can use [molecule](https://molecule.readthedocs.io/en/latest/).\nWith podman as driver you can install it like this – preferably in a virtual environment (if you use docker, substitute `podman` with `docker`):\n\n```bash\npip install -r .dev_requirements.txt\n```\n\nThen you can *create* the test instances, apply the ansible config (*converge*) and *destroy* the test instances with these commands:\n\n```bash\nmolecule create\nmolecule converge\nmolecule destroy\n```\n\nIf you want to inspect a running test instance use `molecule login --host \u003cinstance_name\u003e`, where you replace `\u003cinstance_name\u003e` with the desired value.\n\nTo test the role run `molecule test`.\n\n## License\n\n[BSD-3-Clause](LICENSE)\n\n## Author Information\n\n[ELAN e.V](https://elan-ev.de/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felan-ev%2Fopencast_mariadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felan-ev%2Fopencast_mariadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felan-ev%2Fopencast_mariadb/lists"}