You've already forked role-check-mk-agent
Initial Commit
This commit is contained in:
11
handlers/main.yml
Normal file
11
handlers/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user