Add ansible_managed header to templates files
This commit is contained in:
parent
c4a21dd0ef
commit
3531334281
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
#jinja2: lstrip_blocks:"True",trim_blocks:"True"
|
#jinja2: lstrip_blocks:"True",trim_blocks:"True"
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
[Interface]
|
[Interface]
|
||||||
# {{ inventory_hostname }}
|
# {{ inventory_hostname }}
|
||||||
Address = {{hostvars[inventory_hostname].wireguard_address}}
|
Address = {{hostvars[inventory_hostname].wireguard_address}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue