ansible_openstack_mariadb

Ansible Role: OpenStack Mariadb

Build Status

Ansible role to install and configure OpenStack mariadb + associated packages. This follows the install guide for better or worse :D

Note: - mysql_secure_installation is not run as part of this initial role - we dont properly pull in dependencies via meta

Requirements

None

Role Variables

None

Dependencies

oldcrowew.ansible_openstack_common

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: "oldcrowew.ansible_openstack_common" }
     - { role: "ansible-openstack-mariadb" }

License

BSD

Author Information

John Favorite

About

Ansible role to install and configure OpenStack mariadb + associated packages.

Install
ansible-galaxy install OldCrowEW/ansible-openstack-mariadb
GitHub repository
License
Unknown
Downloads
42
Owner
I like to do things twice. Once to learn, then to automate.