2022-10-11 09:19:16 +02:00
|
|
|
---
|
|
|
|
address: '192.168.2.2/24'
|
|
|
|
listenport: '1928'
|
|
|
|
privatekey: ''
|
|
|
|
interface_name: wg0
|
|
|
|
server_publickey: ''
|
2024-05-16 13:46:05 +02:00
|
|
|
wg_server_address: '192.168.2.5'
|
2023-04-08 13:23:04 +02:00
|
|
|
ping_schedule: 1h
|
2022-10-11 09:19:16 +02:00
|
|
|
endpoint: ''
|
2023-04-08 13:23:04 +02:00
|
|
|
dns: '1.1.1.1'
|
2023-10-05 10:13:14 +02:00
|
|
|
wireguard_peers:
|
|
|
|
- name: hostname_peer
|
|
|
|
PublicKey: '12345456213481294asdñajsdklja='
|
|
|
|
AllowedIPs: '192.168.2.1/32'
|
|
|
|
EndPointIP: "{{ lookup('dig', 'hostname_peer', '@94.140.14.14') }}"
|