Compare commits

..

No commits in common. "f5d31cb49e6ac34744888a5565209c51c7f98939" and "d06d10fbb17cff957bbcc53f67126a2ef4155f15" have entirely different histories.

2 changed files with 9 additions and 2 deletions

View File

@ -60,8 +60,12 @@
owner: root
group: root
- name: Give the master node some time to initialize the cluster.
command: bash -c "sleep 60 && systemctl daemon-reload"
- name: give the galera master node some time to Initialize
pause:
minutes: 1
when: ansible_hostname != hostname_node0
- command: systemctl daemon-reload
- name: make sure service is started
systemd:

View File

@ -5,6 +5,9 @@
file: ../../secrets.yml
name: secrets
- include_vars:
dir: 'vars'
- name: install service file.
template:
src: files/rabbitmq.service