make it a role

This commit is contained in:
root
2021-08-26 03:13:18 +00:00
commit 390d6042ab
14 changed files with 487 additions and 0 deletions

9
handlers/main.yml Normal file
View File

@@ -0,0 +1,9 @@
- name: Restart Nebula
systemd:
name: nebula
state: restarted
- name: Restart Lighthouse
systemd:
name: lighthouse
state: restarted