From bafe762ac01d16904c18404283027e426e19bc73 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 3 Feb 2021 16:35:48 +0100 Subject: Code reorganization. Moving main code to src, keeping modules in modules/ --- example/acme-wireguard/inventory.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 example/acme-wireguard/inventory.yml (limited to 'example/acme-wireguard/inventory.yml') diff --git a/example/acme-wireguard/inventory.yml b/example/acme-wireguard/inventory.yml new file mode 100644 index 0000000..de54c64 --- /dev/null +++ b/example/acme-wireguard/inventory.yml @@ -0,0 +1,21 @@ +# Generated +all: + hosts: + acme-1: + ansible_host: acme-1.machine.acme.com + acme-2: + ansible_host: acme-2.machine.acme.com + acme-3: + ansible_host: acme-3.machine.acme.com + ws-1: + ansible_host: + ws-2: + ansible_host: + children: + wireguard_vpn0: + hosts: + acme-1: + acme-2: + acme-3: + ws-1: + ws-2: -- cgit v1.2.3