Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mother-of-all-self-hosting/ansible-role-mariadb
An Ansible role which installs MariaDB to run as a Docker container wrapped in a systemd service
https://github.com/mother-of-all-self-hosting/ansible-role-mariadb
ansible-role docker mariadb
Last synced: about 1 month ago
JSON representation
An Ansible role which installs MariaDB to run as a Docker container wrapped in a systemd service
- Host: GitHub
- URL: https://github.com/mother-of-all-self-hosting/ansible-role-mariadb
- Owner: mother-of-all-self-hosting
- License: agpl-3.0
- Created: 2022-10-21T07:53:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T07:43:39.000Z (3 months ago)
- Last Synced: 2024-11-16T08:26:47.808Z (3 months ago)
- Topics: ansible-role, docker, mariadb
- Language: Jinja
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MariaDB Ansible role
This is an [Ansible](https://www.ansible.com/) role which installs [MariaDB](https://mariadb.com/) to run as a [Docker](https://www.docker.com/) container wrapped in a systemd service.
This role *implicitly* depends on:
- [`com.devture.ansible.role.playbook_help`](https://github.com/devture/com.devture.ansible.role.playbook_help)
- [`com.devture.ansible.role.systemd_docker_base`](https://github.com/devture/com.devture.ansible.role.systemd_docker_base)For an Ansible playbook which integrates this role and makes it easier to use, see the [mash-playbook](https://github.com/mother-of-all-self-hosting/mash-playbook).