summaryrefslogtreecommitdiff
path: root/ansible/inventory
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-01-07 16:05:40 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2019-01-07 16:05:40 +0100
commitee411778da0ff99808a8ee257c718dcb24739a7f (patch)
tree89079cb64ca78a3dd45bc22c737ed9756c94ad91 /ansible/inventory
parent2a7ad7fd86d6195e1080d3e8a6a09d453426db3e (diff)
downloadinfra-ee411778da0ff99808a8ee257c718dcb24739a7f.tar.gz
infra-ee411778da0ff99808a8ee257c718dcb24739a7f.tar.bz2
infra-ee411778da0ff99808a8ee257c718dcb24739a7f.tar.xz
infra-ee411778da0ff99808a8ee257c718dcb24739a7f.zip
wireguard: Rewrite.
Diffstat (limited to 'ansible/inventory')
-rw-r--r--ansible/inventory20
1 files changed, 14 insertions, 6 deletions
diff --git a/ansible/inventory b/ansible/inventory
index db5d88a..d413177 100644
--- a/ansible/inventory
+++ b/ansible/inventory
@@ -18,8 +18,6 @@ all:
ansible_host: conflatorio.trygvis.io
nextcloud:
ansible_host: 192.168.90.101
- fuckaduck:
- ansible_host: fuckaduck.local
akili:
ansible_host: akili.local
children:
@@ -29,7 +27,6 @@ all:
conflatorio:
arius:
akysis:
- fuckaduck:
sbcs:
hosts:
homepi:
@@ -100,7 +97,6 @@ all:
borg_server__clients_ansible_group: borg_nas
borg_nas:
hosts:
- fuckaduck:
birgitte:
conflatorio:
vars:
@@ -110,13 +106,25 @@ all:
children:
borg_nas:
- wireguard_net1:
+ wireguard_wg-net1:
hosts:
akili:
arius:
birgitte:
conflatorio:
- fuckaduck:
+ knot:
+
+ wireguard_wg0:
+ hosts:
+ akili:
+ arius:
+ birgitte:
+ conflatorio:
+ knot:
+
+ wireguard_wg1:
+ hosts:
+ android-trygvis:
knot:
# vim: set filetype=yaml: