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"
|
||||||
6
roles/requirements.yml
Normal file
6
roles/requirements.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- name: "zabbix_prereq"
|
||||||
|
src: "https://gitlab.simoncor.net/ansible/ans-zabbix-prereq.git"
|
||||||
|
scm: "git"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue