diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-06-12 21:14:09 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-06-12 21:14:09 +0200 |
commit | b49b58d2749d50a42b25d39a744b0edc8d24bf77 (patch) | |
tree | a4aa115c23dde1cc02057b48e29be3336185718c /ansible | |
parent | d1114cdc45c69ae8ae633790e85afe0e9d633015 (diff) | |
download | infra-b49b58d2749d50a42b25d39a744b0edc8d24bf77.tar.gz infra-b49b58d2749d50a42b25d39a744b0edc8d24bf77.tar.bz2 infra-b49b58d2749d50a42b25d39a744b0edc8d24bf77.tar.xz infra-b49b58d2749d50a42b25d39a744b0edc8d24bf77.zip |
wip
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/inventory | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ansible/inventory b/ansible/inventory index d099e8a..f94f73a 100644 --- a/ansible/inventory +++ b/ansible/inventory @@ -41,9 +41,15 @@ all: biwia: ansible_host: biwia.vpn.trygvis.io lhn2pi: + ansible_host: lhn2pi.vpn.trygvis.io lhn2ix: kv24ix: + 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 @@ -166,15 +172,21 @@ all: tnet: hosts: akili: + astyanax: hash: knot: kv24ix: lhn2ix: + lhn2pi: + node1: + node2: tnet_bgp: hosts: akili: hash: knot: + node1: + node2: # vim: set filetype=yaml: |