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

9
tasks/main.yml Normal file
View File

@@ -0,0 +1,9 @@
---
# tasks file for ansible-role-cmk-agent
- include_tasks: "{{ ansible_os_family }}.yml"
- meta: flush_handlers
- include_tasks: host-management.yml
when: cmk_fresh_install
- include_tasks: "{{ ansible_os_family }}-register.yml"
when: cmk_fresh_install