infrastructure/coreos-config/inventory.yaml

47 lines
1.2 KiB
YAML
Raw Normal View History

---
all:
hosts:
host.nc.chaoswg.org:
2023-03-09 13:01:22 +01:00
ansible_user: core
network_interface: ens3
2023-09-12 03:30:40 +02:00
network_ipv6_addr: "2a03:4000:4f:9f2::1"
wg_addr: 10.1.0.1
2023-03-30 21:18:30 +02:00
mon1.hel1.chaoswg.org:
ansible_user: core
network_interface: ens3
2023-09-12 03:30:40 +02:00
network_ipv6_addr: "2a03:4000:65:f3b::1"
wg_addr: 10.1.0.2
2023-03-09 13:01:22 +01:00
thonkpad.ka.chaoswg.org:
ansible_user: core
network_interface: ens3
2023-09-12 03:30:40 +02:00
wg_addr: 10.1.0.3
2023-09-12 03:29:04 +02:00
infra.unruhig.eu:
ansible_user: core
network_interface: ens3
network_ipv6_addr: "2a03:4000:9:176::1"
wg_addr: 10.1.0.4
2023-09-13 05:44:20 +02:00
# localhost:
# ansible_interpreter_python: ./ENV/bin/python
# ansible_connection: local
2023-05-05 22:44:28 +02:00
vars:
service_base: "{{ playbook_dir }}/services"
2023-09-12 03:30:40 +02:00
wg_keepalive: 30
children:
unprovisioned:
hosts:
# host.nc.chaoswg.org: null
2022-10-29 05:04:47 +02:00
backup:
hosts:
host.nc.chaoswg.org: null
2023-03-09 13:01:22 +01:00
thonkpad.ka.chaoswg.org: null
2023-03-30 21:18:30 +02:00
mon1.hel1.chaoswg.org: null
2023-09-12 03:29:04 +02:00
infra.unruhig.eu: null
2023-09-06 18:30:05 +02:00
monitoring:
hosts:
mon1.hel1.chaoswg.org: null
2023-09-12 03:30:40 +02:00
network_config:
hosts:
host.nc.chaoswg.org: null
mon1.hel1.chaoswg.org: null
infra.unruhig.eu: null