9 lines
147 B
YAML
9 lines
147 B
YAML
---
|
|
- name: Install Zabbix Agent2 on tagged Proxmox hosts
|
|
hosts: zabbix_targets
|
|
become: true
|
|
gather_facts: true
|
|
|
|
roles:
|
|
- zabbix_agent
|