feat: use new ansible layout
This commit is contained in:
parent
0126d737e8
commit
8eebb8e8b4
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 Web"
|
||||||
|
hosts: "all"
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- role: "zabbix_prereq"
|
||||||
|
- role: "zabbix_web"
|
||||||
9
roles/requirements.yml
Normal file
9
roles/requirements.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- name: "zabbix_prereq"
|
||||||
|
src: "https://gitlab.simoncor.net/ansible/ans-zabbix-prereq.git"
|
||||||
|
scm: "git"
|
||||||
|
- name: "zabbix_web"
|
||||||
|
src: "https://gitlab.simoncor.net/ansible/ans-zabbix-web.git"
|
||||||
|
scm: "git"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue