zabbix-agent/playbook.yaml

12 lines
240 B
YAML

---
# execute this role
- name: "install and configure the Zabbix Agent"
hosts: "all"
become: true
tasks:
# execute role
- name: "install and configure the Zabbix Agent"
ansible.builtin.include_role:
name: "."