Subir archivos a ''

This commit is contained in:
David Lopez 2023-07-20 10:02:03 +00:00
parent 074845e7b5
commit d19e6e95b6
1 changed files with 47 additions and 0 deletions

47
Debian.yml Normal file
View File

@ -0,0 +1,47 @@
---
# vars file for zabbix_agent (Debian)
zabbix_agent: zabbix-agent
zabbix_agent_service: zabbix-agent
zabbix_agent_conf: zabbix_agentd.conf
zabbix_agent2_conf: zabbix_agent2.conf
zabbix_valid_agent_versions:
# Debian
"12":
- 6.4
- 6.2
- 6.0
"11":
- 6.4
- 6.2
- 6.0
"10":
- 6.4
- 6.2
- 6.0
"9":
- 6.4
- 6.2
- 6.0
# Ubuntu
"22":
- 6.4
- 6.2
- 6.0
"20":
- 6.4
- 6.2
- 6.0
"18":
- 6.4
- 6.2
- 6.0
debian_keyring_path: /etc/apt/keyrings/
zabbix_gpg_key: "{{ debian_keyring_path }}/zabbix-official-repo.asc"