feat: use new role layout

This commit is contained in:
Simon Cornet 2025-10-03 11:17:18 +02:00
commit ee4825a5cc
2 changed files with 14 additions and 0 deletions

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

@ -0,0 +1,6 @@
---
roles:
- name: "zabbix_prereq"
src: "https://gitlab.simoncor.net/ansible/ans-zabbix-prereq.git"
scm: "git"