1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 08:22:29 +02:00
infrastructure/host_vars/nymeria.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

23 lines
540 B
Org Mode

---
hostname: "nymeria"
ipv4_address: "89.238.67.251"
ipv4_netmask: "/24"
ipv6_address: "2a00:1828:2000:547::2"
ipv6_netmask: "/64"
ipv4_gateway: "89.238.67.1"
ipv6_gateway: "2a00:1828:2000:547::1"
filesystem: ext4
archweb_rsync_iso_origin: 'repos.archlinux.org::kitchensink_tier1/iso/'
archweb_server_email: 'archweb-dev@archlinux.org'
archweb_domain: 'archweb-dev.archlinux.org'
archweb_version: release_2018-11-23
zabbix_agent_templates:
- Template OS Linux
configure_firewall: true
ansible_python_interpreter: /usr/bin/python3.7