feat: implement new role layout

This commit is contained in:
Simon Cornet 2025-11-01 13:34:06 +01:00
commit 87fa8a6dd3
5 changed files with 6 additions and 45 deletions

View file

@ -4,7 +4,7 @@
- name: "install and configure the Zabbix Server"
hosts: "all"
become: true
pre_tasks:
tasks:
# due to semaphore bug we need to do this ourselves
- name: "force-update requirements"
@ -15,6 +15,7 @@
changed_when: false
failed_when: false
roles:
- role: "zabbix_prereq"
- role: "zabbix_server"
# execute the role
- name: "execute role: zabbix_server"
ansible.builtin.include_role:
name: "zabbix_server"