aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/pacman/handlers
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-08-05 16:09:45 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-08-09 09:57:54 +0300
commite1fb7bf6dbc9249c62b0e1255bf83b3c0df35378 (patch)
tree305f631ea6163e74811fc8c50808c481af3e4619 /roles/pacman/handlers
downloadmaintenance-e1fb7bf6dbc9249c62b0e1255bf83b3c0df35378.tar.gz
maintenance-e1fb7bf6dbc9249c62b0e1255bf83b3c0df35378.zip
initial commit
Diffstat (limited to 'roles/pacman/handlers')
-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: