zabbix-agent/playbook.yaml

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"