zabbix agent install option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user