infrastructure/coreos-config/inventory.yaml

29 lines
663 B
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-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
ansible_user: core
network_interface: ens3
2023-05-05 22:44:28 +02:00
vars:
service_base: "{{ playbook_dir }}/services"
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