MariaDB
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: MariaDB
As a: UNIX and Linux system administrator
I want to: setup MariaDB
So that: create and use the MariaDB database server.
Using the role
Using the role in a playbook
--- - name: Install mariadb hosts: all tasks: - name: mariadb is configured import_role: name: devopstoolbox.mariadb vars: mariadb_enable_service: true tags: mariadb
# Install the role ansible-galaxy install devopstoolbox.mariadb # Run the playbook ansible-playbook mariadb-playbook.yml
Last update: 2020-02-09