15 lines
379 B
YAML
15 lines
379 B
YAML
---
|
|
address: '192.168.2.2/24'
|
|
listenport: '1928'
|
|
privatekey: ''
|
|
interface_name: wg0
|
|
server_publickey: ''
|
|
wg_server_address: '192.168.2.5'
|
|
ping_schedule: 1h
|
|
endpoint: ''
|
|
dns: '1.1.1.1'
|
|
wireguard_peers:
|
|
- name: hostname_peer
|
|
PublicKey: '12345456213481294asdñajsdklja='
|
|
AllowedIPs: '192.168.2.1/32'
|
|
EndPointIP: "{{ lookup('dig', 'hostname_peer', '@94.140.14.14') }}"
|