Files
Aaron Guise a49fcd4daa
All checks were successful
CI / lint (push) Successful in 12s
CI / Molecule Test (almalinux8) (push) Successful in 1m59s
CI / Molecule Test (almalinux9) (push) Successful in 2m7s
CI / release (push) Successful in 39s
CI / notify (push) Successful in 4s
fix: Use shortened URL for API. Now support later check_mk versions
2024-06-05 11:16:49 +12:00

18 lines
512 B
YAML

---
# tasks file for ansible-role-cmk-agent
# Include OS Variables
- include_vars: '{{ ansible_os_family }}.yml'
- include_tasks: '{{ ansible_os_family }}.yml'
- meta: flush_handlers
# Add host to checkmk
- include_tasks: host-management.yml
when: cmk_fresh_install
# Register for automatic agent updates
- include_tasks: '{{ ansible_os_family }}-register.yml'
when: cmk_fresh_install
# # Finalize things and collect all available services
# - include_tasks: host-configure.yml
# when: cmk_fresh_install