diff options
-rw-r--r-- | roles/apt/meta/main.yml | 2 | ||||
-rw-r--r-- | roles/common/handlers/main.yml (renamed from roles/apt/handlers/main.yml) | 0 | ||||
-rw-r--r-- | roles/pacman/handlers/main.yml | 11 | ||||
-rw-r--r-- | roles/pacman/meta/main.yml | 2 |
4 files changed, 4 insertions, 11 deletions
diff --git a/roles/apt/meta/main.yml b/roles/apt/meta/main.yml new file mode 100644 index 0000000..9711b33 --- /dev/null +++ b/roles/apt/meta/main.yml @@ -0,0 +1,2 @@ +dependencies: + - role: common diff --git a/roles/apt/handlers/main.yml b/roles/common/handlers/main.yml index e7fa3e9..e7fa3e9 100644 --- a/roles/apt/handlers/main.yml +++ b/roles/common/handlers/main.yml diff --git a/roles/pacman/handlers/main.yml b/roles/pacman/handlers/main.yml deleted file mode 100644 index e7fa3e9..0000000 --- a/roles/pacman/handlers/main.yml +++ /dev/null @@ -1,11 +0,0 @@ -- name: Reboot - reboot: - # Don't reboot yourself accidentally: - when: 'ansible_env["SSH_CLIENT"].split()[0] not in ansible_all_ipv4_addresses' - listen: reboot - -- 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: - listen: reboot diff --git a/roles/pacman/meta/main.yml b/roles/pacman/meta/main.yml new file mode 100644 index 0000000..9711b33 --- /dev/null +++ b/roles/pacman/meta/main.yml @@ -0,0 +1,2 @@ +dependencies: + - role: common |