zabbix-agent/playbook.yaml
2025-10-03 10:23:25 +02:00

9 lines
168 B
YAML

---
# execute this role
- name: "install and configure the Zabbix Agent"
hosts: "all"
become: true
roles:
- role: "zabbix_prereq"
- role: "zabbix_agent"