aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/wireguard/templates
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-20 22:58:29 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-20 22:58:29 +0200
commit0653c447dd213e794d77117b01ccccec0bbae068 (patch)
tree2e4fbe70d29f4471fafd2416e4e29fe9d139ff3d /roles/wireguard/templates
parentv0.0.17 (diff)
downloadinfra-ansible-0653c447dd213e794d77117b01ccccec0bbae068.tar.gz
infra-ansible-0653c447dd213e794d77117b01ccccec0bbae068.zip
add ansible_managed comment to templates
Diffstat (limited to 'roles/wireguard/templates')
-rw-r--r--roles/wireguard/templates/wg0.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/wireguard/templates/wg0.conf b/roles/wireguard/templates/wg0.conf
index aff1300..fca9a0b 100644
--- a/roles/wireguard/templates/wg0.conf
+++ b/roles/wireguard/templates/wg0.conf
@@ -1,3 +1,5 @@
+{{ ansible_managed | comment }}
+
[Interface]
PrivateKey = {{ wg_private_key }}
Address = {{ wg_addr4 }}, {{ wg_addr6 }}