Files
operating-automation/playbooks/cleanups/cleanup-cmk-agent-plugins.yml
2026-04-14 11:38:07 +02:00

9 lines
242 B
YAML

- hosts: all
user: tincadmin
gather_facts: false
become: true
tasks:
- name: Include Checkmk Agent Plugins Cleanup task
ansible.builtin.include_role:
name: checkmk-monitoring
tasks_from: cleanup-agent-plugins