1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 10:41:47 +02:00
infrastructure/host_vars/soyuz.archlinux.org
Florian Pritz 4366b9b070
Manage zabbix host configuration via ansible
This currently deploys the same configuration we used to have apart from
some '127.0.0.1' IPs for the agent IP, but those were incorrect anyways.

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

577 B

— hostname: "soyuz" ipv4_address: "138.201.206.85" ipv4_netmask: "/32" ipv6_address: "2a01:4f8:173:1654::1" ipv6_netmask: "/128" ipv4_gateway: "138.201.206.65" ipv6_gateway: "fe80::1" default_qdisc: "fq" tcp_congestion_control: "bbr" filesystem: btrfs postgres_backup_dir: "/var/lib/postgres/backup"

zabbix_agent_templates:

  • Template OS Linux
  • Template App Borg Backup
  • Template App Syncrepo

configure_firewall: true

ansible_python_interpreter: /usr/bin/python3.7