blob: 9dd7b9f1908f6dec186b192415048d498115be43 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
- name: Reboot
reboot:
when: 'ansible_env["SSH_CLIENT"].split()[0] not in ansible_all_ipv4_addresses'
- name: Wait for connectivity
# One of the nodes is the VPN server connecting all the other nodes, wait
# until all of them are back up:
wait_for_connection:
|