mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
14
roles/zabbix_agent/vars/Debian-10.yml
Normal file
14
roles/zabbix_agent/vars/Debian-10.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
zabbix_agent_packages:
|
||||
- zabbix-agent
|
||||
- openssl
|
||||
- git
|
||||
- libconfig-simple-perl
|
||||
- libjson-perl
|
||||
- libfile-which-perl
|
||||
- smartmontools
|
||||
- lm-sensors
|
||||
- patch
|
||||
- fping
|
||||
- libstatistics-descriptive-perl
|
14
roles/zabbix_agent/vars/Debian-11.yml
Normal file
14
roles/zabbix_agent/vars/Debian-11.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
zabbix_agent_packages:
|
||||
- zabbix-agent
|
||||
- openssl
|
||||
- git
|
||||
- libconfig-simple-perl
|
||||
- libjson-perl
|
||||
- libfile-which-perl
|
||||
- smartmontools
|
||||
- lm-sensors
|
||||
- patch
|
||||
- fping
|
||||
- libstatistics-descriptive-perl
|
13
roles/zabbix_agent/vars/Debian-8.yml
Normal file
13
roles/zabbix_agent/vars/Debian-8.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
zabbix_agent_packages:
|
||||
- zabbix-agent
|
||||
- openssl
|
||||
- git
|
||||
- libconfig-simple-perl
|
||||
- libjson-perl
|
||||
- libfile-which-perl
|
||||
- smartmontools
|
||||
- lm-sensors
|
||||
- patch
|
||||
- fping
|
14
roles/zabbix_agent/vars/Debian-9.yml
Normal file
14
roles/zabbix_agent/vars/Debian-9.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
zabbix_agent_packages:
|
||||
- zabbix-agent
|
||||
- openssl
|
||||
- git
|
||||
- libconfig-simple-perl
|
||||
- libjson-perl
|
||||
- libfile-which-perl
|
||||
- smartmontools
|
||||
- lm-sensors
|
||||
- patch
|
||||
- fping
|
||||
- libstatistics-descriptive-perl
|
7
roles/zabbix_agent/vars/RedHat-7.yml
Normal file
7
roles/zabbix_agent/vars/RedHat-7.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
zabbix_agent_packages:
|
||||
- zabbix-agent
|
||||
- zabbix-agent-addons
|
||||
- policycoreutils-python
|
||||
- openssl
|
8
roles/zabbix_agent/vars/RedHat-8.yml
Normal file
8
roles/zabbix_agent/vars/RedHat-8.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
zabbix_agent_packages:
|
||||
- zabbix-agent
|
||||
- zabbix-agent-addons
|
||||
- policycoreutils-python-utils
|
||||
- openssl
|
||||
|
14
roles/zabbix_agent/vars/Ubuntu-20.yml
Normal file
14
roles/zabbix_agent/vars/Ubuntu-20.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
zabbix_agent_packages:
|
||||
- zabbix-agent
|
||||
- openssl
|
||||
- git
|
||||
- libconfig-simple-perl
|
||||
- libjson-perl
|
||||
- libfile-which-perl
|
||||
- smartmontools
|
||||
- lm-sensors
|
||||
- patch
|
||||
- fping
|
||||
- libstatistics-descriptive-perl
|
Reference in New Issue
Block a user