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