Inventory
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Tobias Manske 2023-03-09 13:01:22 +01:00
parent b1758f29f8
commit 7a7f07c554
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A

View File

@ -2,8 +2,10 @@
all: all:
hosts: hosts:
host.nc.chaoswg.org: host.nc.chaoswg.org:
# ansible_host: 192.168.0.52 ansible_user: core
# ansible_host: 185.216.177.198 network_interface: ens3
thonkpad.ka.chaoswg.org:
ansible_host: 192.168.0.73
ansible_user: core ansible_user: core
network_interface: ens3 network_interface: ens3
children: children:
@ -13,3 +15,4 @@ all:
backup: backup:
hosts: hosts:
host.nc.chaoswg.org: null host.nc.chaoswg.org: null
thonkpad.ka.chaoswg.org: null