infrastructure/ansible/inventory.yaml

49 lines
1.4 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
2023-09-14 06:39:34 +02:00
ansible_ssh_extra_args: "-o UserKnownHostsFile=./known_hosts"
2023-09-14 11:30:13 +02:00
ansible_ssh_private_key_file: "{{ lookup('ansible.builtin.env', 'SSH_KEY_' ~ inventory_hostname | mandatory | regex_replace('[^A-Za-z0-9]', '_')) }}"
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