From ee411778da0ff99808a8ee257c718dcb24739a7f Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 7 Jan 2019 16:05:40 +0100 Subject: wireguard: Rewrite. --- ansible/inventory | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'ansible/inventory') 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: -- cgit v1.2.3