zabbix-agent/playbook.yaml
2025-10-02 17:24:45 +02:00

8 lines
129 B
YAML

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