10 lines
233 B
Text
10 lines
233 B
Text
|
[Interface]
|
||
|
Address = {{ addresses[ansible_hostname] }}
|
||
|
PrivateKey = {{ privatekey.stdout }}
|
||
|
ListenPort = {{ listenport }}
|
||
|
|
||
|
# Server:
|
||
|
[Peer]
|
||
|
PublicKey = {{ server_publickey }}
|
||
|
AllowedIPs = {{ allowed_ips }}
|
||
|
EndPoint = {{ endpoint }}
|