diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-10-05 03:47:16 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-10-05 03:47:16 +0200 |
commit | e5df302e3c17c29f16427c5cf35a0d45ffd7aac6 (patch) | |
tree | c02a7eae5dc8fc44d327f75a1504af8dffbd3504 /roles/icinga2/handlers | |
parent | 89b4408e0b91ee670bda0c6ea5a1f9d183e2504a (diff) | |
download | ansible_collection-e5df302e3c17c29f16427c5cf35a0d45ffd7aac6.tar.gz |
icinga2: WIP
Diffstat (limited to 'roles/icinga2/handlers')
-rw-r--r-- | roles/icinga2/handlers/main.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/icinga2/handlers/main.yml b/roles/icinga2/handlers/main.yml new file mode 100644 index 0000000..730742e --- /dev/null +++ b/roles/icinga2/handlers/main.yml @@ -0,0 +1,7 @@ +--- +- name: Restart icinga + systemd: + name: icinga2 + state: restarted + enabled: yes + become: yes |