0ef640ae08
This patch adds an optional retry of the apt-key addition using a fallback keyserver if the first one fails. Closes-Bug: #1423123 Change-Id: If62faf52beaa60d8a9cb4ccb63b7abe42c540428 |
||
---|---|---|
.. | ||
defaults | ||
meta | ||
tasks | ||
templates | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst |
OpenStack Galera Client
- tags
-
openstack, galera, client, cloud, ansible
- category
-
*nix
Role for the installation of the mariadb and xtrabackup clients used to interact with and manage a galera cluster.
Example Ansible play
- name: Install galera server
hosts: galera_all
user: root
roles:
- { role: "galera_server", tags: [ "galera-server" ] }
vars:
galera_address: "10.0.0.1"
galera_root_password: secrete
galera_root_user: root