Initial Commit

This commit is contained in:
2020-10-13 16:33:32 +13:00
commit d646952ef5
23 changed files with 429 additions and 0 deletions

11
handlers/main.yml Normal file
View File

@@ -0,0 +1,11 @@
---
# handlers file for ansible-role-cmk-agent
- name: restart xinetd
service:
name: xinetd
state: restarted
enabled: yes
- name: cmk fresh install
set_fact:
cmk_fresh_install: True