feat: use new ansible layout
This commit is contained in:
parent
1188348378
commit
3893a54ef9
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 Server"
|
||||
hosts: "all"
|
||||
become: true
|
||||
roles:
|
||||
- role: "zabbix_prereq"
|
||||
- role: "zabbix_server"
|
||||
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_server"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-zabbix-server.git"
|
||||
scm: "git"
|
||||
Loading…
Add table
Add a link
Reference in a new issue