1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 10:41:47 +02:00
infrastructure/host_vars/apollo.archlinux.org
Florian Pritz ed358f3270
zabbix-agent: Add host_groups
These are required to be set when adding a new host.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-25 17:30:12 +01:00

1.3 KiB

hostname: "apollo"

ipv4_address: "138.201.81.199" ipv4_netmask: "/32" ipv6_address: "2a01:4f8:172:1d86::1" ipv6_netmask: "/128" ipv4_gateway: "138.201.81.193" ipv6_gateway: "fe80::1" filesystem: btrfs

dns_servers: ["127.0.0.1"]

postgres_backup_dir: "/var/lib/postgres/backup" mysql_backup_dir: "root/backup-mysql" mysql_backup_defaults: "/root.backup-my.cnf"

kanboard_version: "v1.2.5"

zabbix_agent_templates:

  • Template OS Linux
  • Template App Borg Backup
  • Template App HTTP Service
  • Template App HTTPS Service
  • Template App MySQL
  • Template App Nginx
  • Template App Security Tracker
  • Template App SMTP Service
  • Template App SSH Service
  • Template App Zabbix Server

zabbix_agent_host_groups:

  • Linux servers
  • Zabbix servers

configure_firewall: true

ansible_python_interpreter: /usr/bin/python3.7