first commit
This commit is contained in:
8
playbooks/install_zabbix.yml
Normal file
8
playbooks/install_zabbix.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Install Zabbix Agent2 on tagged Proxmox hosts
|
||||
hosts: zabbix
|
||||
become: true
|
||||
gather_facts: true
|
||||
|
||||
roles:
|
||||
- zabbix_agent
|
||||
Reference in New Issue
Block a user