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