summaryrefslogtreecommitdiff
path: root/acme-wireguard/inventory.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-02-03 16:35:48 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-02-03 16:35:48 +0100
commitbafe762ac01d16904c18404283027e426e19bc73 (patch)
treec22688ad186f5ce635f525704c5035f91b983b68 /acme-wireguard/inventory.yml
parent91abd0b04320a9c9d932df195aca38c1cacfcc5a (diff)
downloadrules-sandbox-bafe762ac01d16904c18404283027e426e19bc73.tar.gz
rules-sandbox-bafe762ac01d16904c18404283027e426e19bc73.tar.bz2
rules-sandbox-bafe762ac01d16904c18404283027e426e19bc73.tar.xz
rules-sandbox-bafe762ac01d16904c18404283027e426e19bc73.zip
Code reorganization.
Moving main code to src, keeping modules in modules/
Diffstat (limited to 'acme-wireguard/inventory.yml')
-rw-r--r--acme-wireguard/inventory.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/acme-wireguard/inventory.yml b/acme-wireguard/inventory.yml
deleted file mode 100644
index de54c64..0000000
--- a/acme-wireguard/inventory.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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: