Further fix variable names

This commit is contained in:
Alexander Gorelyshev
2025-12-25 18:56:50 +04:00
parent 0dc638ea18
commit 2b0ea3574d

View File

@@ -44,10 +44,10 @@
owner: root owner: root
group: root group: root
mode: "0600" mode: "0600"
marker: "# {mark} ANSIBLE MANAGED SPOKE BLOCK: {{ wg_hub_domain_name }}" marker: "# {mark} ANSIBLE MANAGED SPOKE BLOCK: {{ domain_name }}"
block: | block: |
# #
[Peer] # {{ wg_hub_domain_name }} [Peer] # {{ domain_name }}
PublicKey = {{ item.wg_pubkey }} PublicKey = {{ item.wg_pubkey }}
PresharedKey = {{ item.wg_psk }} PresharedKey = {{ item.wg_psk }}
AllowedIPs = {{ item.ipv4_vpn_addr }}/32 AllowedIPs = {{ item.ipv4_vpn_addr }}/32