diff options
Diffstat (limited to 'ansible/inventory')
-rw-r--r-- | ansible/inventory | 69 |
1 files changed, 59 insertions, 10 deletions
diff --git a/ansible/inventory b/ansible/inventory index 7d2f49e..912b922 100644 --- a/ansible/inventory +++ b/ansible/inventory @@ -29,23 +29,40 @@ all: ansible_python_interpreter: /usr/bin/python3 nextcloud: ansible_host: 192.168.10.201 - unifi: - ansible_host: 192.168.10.202 babypi: ansible_host: 192.168.10.159 - astyanax: - ansible_host: astyanax.vpn.trygvis.io + # astyanax: + # ansible_host: astyanax.vpn.trygvis.io sweetzpot-mobile: ansible_host: 192.168.10.123 sweetzpot-macos: - ansible_host: 0.0.0.0 + biwia: + ansible_host: biwia.vpn.trygvis.io lhn2pi: + ansible_host: lhn2pi.vpn.trygvis.io lhn2ix: kv24ix: + coregonus: + ansible_host: 192.168.10.190 + danneri: + ansible_host: danneri.dn42.trygvis.io + unifi: + ansible_host: unifi.dn42.trygvis.io + garasjepi: + ansible_host: garasjepi.dn42.trygvis.io + + node1: + ansible_host: 9859f51e-1e3e-4c05-a826-b7fbe18d91be.pub.instances.scw.cloud + node2: + ansible_host: 927624a8-7824-444d-903d-8507eb1e0669.pub.instances.scw.cloud zh2569.rsync.net: ansible_user: zh2569 + # Kjell + kjell-ct-102: + ansible_host: fdb1:4242:3538:2005:be24:11ff:fe34:b52c + children: workstation: children: @@ -74,7 +91,6 @@ all: malabaricus: nextcloud: numquam: - unifi: lxc_hosts: hosts: arius: @@ -91,7 +107,6 @@ all: debian_stretch: hosts: malabaricus: - unifi: vars: packages__version: stretch @@ -141,17 +156,20 @@ all: android-trygvis: arius: astyanax: + state: absent babypi: birgitte: + biwia: conflatorio: + coregonus: hash: knot: + kv24ix: + lhn2ix: + lhn2pi: malabaricus: sweetzpot-macos: sweetzpot-mobile: - lhn2pi: - lhn2ix: - kv24ix: bgp: hosts: @@ -161,4 +179,35 @@ all: hash: knot: + tnet: + hosts: + akili: + astyanax: + conflatorio: + coregonus: + hash: + knot: + kv24ix: + lhn2ix: + lhn2pi: + node1: + node2: + + tnet_bird: + hosts: + akili: + astyanax: + conflatorio: + coregonus: + hash: + knot: + lhn2pi: + node1: + node2: + + zigbee2mqtt: + hosts: + garasjepi: + lhn2pi: + # vim: set filetype=yaml: |