feat: use new ansible layout
This commit is contained in:
parent
9facf26049
commit
e7350f6263
2 changed files with 18 additions and 0 deletions
9
playbook.yaml
Normal file
9
playbook.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
# execute this role
|
||||
- name: "install and configure the Zabbix Proxy"
|
||||
hosts: "all"
|
||||
become: true
|
||||
roles:
|
||||
- role: "zabbix_prereq"
|
||||
- role: "zabbix_proxy"
|
||||
Loading…
Add table
Add a link
Reference in a new issue