feat: use new ansible layout

This commit is contained in:
Simon Cornet 2025-10-03 11:32:50 +02:00
commit 3893a54ef9
2 changed files with 18 additions and 0 deletions

9
playbook.yaml Normal file
View 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
View 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"