zabbix-agent/playbook.yaml
2025-10-03 10:37:04 +02:00

15 lines
248 B
YAML

---
# execute this role
- name: "install and configure the Zabbix Agent"
hosts: "all"
become: true
# execute dependancy playbook
roles:
- role: "zabbix_prereq"
# execute this playbook
tasks:
- include_role:
name: "."