Galera cluster deployment based on docker swarm using Linux Containers (LXC) with automatic deployment via Ansible.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[manager]
|
|
|
|
127.0.0.1 ansible_connection=local
|
|
|
|
|
|
|
|
[workers]
|
|
|
|
10.0.3.100 ansible_ssh_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no'
|
|
|
|
10.0.3.101 ansible_ssh_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no'
|
|
|
|
#For more workers add here the extra configuration
|
|
|
|
#10.0.3.102 ansible_ssh_user=root
|