2022-06-18 14:12:12 +02:00
|
|
|
---
|
|
|
|
all:
|
|
|
|
hosts:
|
|
|
|
host.nc.chaoswg.org:
|
2023-03-09 13:01:22 +01:00
|
|
|
ansible_user: core
|
|
|
|
network_interface: ens3
|
2023-03-30 21:18:30 +02:00
|
|
|
mon1.hel1.chaoswg.org:
|
|
|
|
ansible_user: core
|
|
|
|
network_interface: ens3
|
2023-03-09 13:01:22 +01:00
|
|
|
thonkpad.ka.chaoswg.org:
|
|
|
|
ansible_host: 192.168.0.73
|
2022-06-18 14:12:12 +02:00
|
|
|
ansible_user: core
|
|
|
|
network_interface: ens3
|
2023-05-05 22:44:28 +02:00
|
|
|
vars:
|
|
|
|
service_base: "{{ playbook_dir }}/services"
|
2022-06-18 14:12:12 +02:00
|
|
|
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
|
|
|
|
ci_apply:
|
|
|
|
hosts:
|
|
|
|
host.nc.chaoswg.org: null
|
|
|
|
mon1.hel1.chaoswg.org: null
|