zabbix agent install option

This commit is contained in:
2026-03-12 09:22:09 -04:00
parent b735a21a31
commit 4f5afd57fe
4 changed files with 60 additions and 0 deletions

View File

@@ -28,6 +28,11 @@
state: present
when: install_git | default(false) | bool
- name: Include Zabbix agent role
ansible.builtin.include_role:
name: zabbix_agent
when: install_zabbix | default(false) | bool
- name: Include Docker role
ansible.builtin.include_role:
name: docker