aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/pacman/handlers
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--roles/pacman/handlers/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/pacman/handlers/main.yml b/roles/pacman/handlers/main.yml
new file mode 100644
index 0000000..9dd7b9f
--- /dev/null
+++ b/roles/pacman/handlers/main.yml
@@ -0,0 +1,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: