39 lines
937 B
YAML
39 lines
937 B
YAML
---
|
|
all:
|
|
hosts:
|
|
host.nc.chaoswg.org:
|
|
ansible_user: core
|
|
network_interface: ens3
|
|
mon1.hel1.chaoswg.org:
|
|
ansible_user: core
|
|
network_interface: ens3
|
|
thonkpad.ka.chaoswg.org:
|
|
ansible_host: 192.168.0.73
|
|
ansible_user: core
|
|
network_interface: ens3
|
|
infra.unruhig.eu:
|
|
ansible_user: core
|
|
network_interface: ens3
|
|
network_ipv6_addr: "2a03:4000:9:176::1"
|
|
wg_addr: 10.1.0.4
|
|
vars:
|
|
service_base: "{{ playbook_dir }}/services"
|
|
children:
|
|
unprovisioned:
|
|
hosts:
|
|
# host.nc.chaoswg.org: null
|
|
backup:
|
|
hosts:
|
|
host.nc.chaoswg.org: null
|
|
thonkpad.ka.chaoswg.org: null
|
|
mon1.hel1.chaoswg.org: null
|
|
infra.unruhig.eu: null
|
|
monitoring:
|
|
hosts:
|
|
mon1.hel1.chaoswg.org: null
|
|
ci_apply:
|
|
hosts:
|
|
host.nc.chaoswg.org: null
|
|
mon1.hel1.chaoswg.org: null
|
|
infra.unruhig.eu: null
|