parent
34d37d4bef
commit
3617fae9a1
9 changed files with 65 additions and 15 deletions
@ -0,0 +1,8 @@ |
||||
--- |
||||
|
||||
- include_vars: "{{ item }}" |
||||
with_first_found: |
||||
- vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml |
||||
- vars/{{ ansible_distribution }}.yml |
||||
- vars/{{ ansible_os_family }}.yml |
||||
tags: zabbix |
@ -0,0 +1,7 @@ |
||||
--- |
||||
|
||||
zabbix_agent_packages: |
||||
- zabbix-agent |
||||
- zabbix-agent-addons |
||||
- policycoreutils-python |
||||
- openssl |
@ -0,0 +1,8 @@ |
||||
--- |
||||
|
||||
zabbix_agent_packages: |
||||
- zabbix-agent |
||||
- zabbix-agent-addons |
||||
- policycoreutils-python-utils |
||||
- openssl |
||||
|
@ -0,0 +1,13 @@ |
||||
--- |
||||
|
||||
zabbix_agent_packages: |
||||
- zabbix-agent |
||||
- openssl |
||||
- git |
||||
- libconfig-simple-perl |
||||
- libjson-perl |
||||
- libfile-which-perl |
||||
- smartmontools |
||||
- lm-sensors |
||||
- patch |
||||
- fping |
@ -0,0 +1,13 @@ |
||||
--- |
||||
|
||||
zabbix_agent_packages: |
||||
- zabbix-agent |
||||
- openssl |
||||
- git |
||||
- libconfig-simple-perl |
||||
- libjson-perl |
||||
- libfile-which-perl |
||||
- smartmontools |
||||
- lm-sensors |
||||
- patch |
||||
- fping |
@ -0,0 +1,13 @@ |
||||
--- |
||||
|
||||
zabbix_agent_packages: |
||||
- zabbix-agent |
||||
- openssl |
||||
- git |
||||
- libconfig-simple-perl |
||||
- libjson-perl |
||||
- libfile-which-perl |
||||
- smartmontools |
||||
- lm-sensors |
||||
- patch |
||||
- fping |
Loading…
Reference in new issue