Remove default dirname plugin & use wireguard directory for provisioning
This commit is contained in:
parent
e390008f70
commit
9f7e90d753
6 changed files with 30 additions and 27 deletions
|
|
@ -6,6 +6,6 @@ PrivateKey={{ lookup('file', vpn_media_peers.tv.private_key_source_path) }}
|
|||
|
||||
[Peer]
|
||||
PublicKey={{ lookup('file', vpn_media_server_public_key_source_path) }}
|
||||
PresharedKey={{ lookup("file", vpn_media_peers.tv.preshared_key_source_path) }}
|
||||
PresharedKey={{ lookup('file', vpn_media_peers.tv.preshared_key_source_path) }}
|
||||
AllowedIPs={{ vpn_media_listen_address }}/32
|
||||
Endpoint={{ domain_name }}:{{ vpn_media_port }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue