aboutsummaryrefslogtreecommitdiff
path: root/tnet/wg-keys.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-06-06 19:19:16 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2024-06-06 19:19:16 +0200
commit8799c94364f813062295b02857b39049593990d8 (patch)
tree81bc63eedf57078eb33f9abbe1f7572a3495a437 /tnet/wg-keys.yml
parentbbc0087302ea124ec3d9fc90a47ee610d6e7ee07 (diff)
downloadinfra-8799c94364f813062295b02857b39049593990d8.tar.gz
infra-8799c94364f813062295b02857b39049593990d8.tar.bz2
infra-8799c94364f813062295b02857b39049593990d8.tar.xz
infra-8799c94364f813062295b02857b39049593990d8.zip
tnet
Diffstat (limited to 'tnet/wg-keys.yml')
-rw-r--r--tnet/wg-keys.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tnet/wg-keys.yml b/tnet/wg-keys.yml
index 0d0fd23..1979619 100644
--- a/tnet/wg-keys.yml
+++ b/tnet/wg-keys.yml
@@ -9,5 +9,5 @@
# ansible_host={{ ansible_host }}
# inventory_hostname={{ inventory_hostname }}
- name: Create Wireguard keys
- loop: "{{ tnet_links|default([])|dict2items }}"
+ loop: "{{ tnet_wg|default([])|dict2items }}"
include_tasks: wg-keys-genkey.yml