|
---
|
|
wg_interface: wg0
|
|
wg_port: 51820
|
|
#wg_server_public_interface: eth0
|
|
wg_server_address: 192.168.99.1/32
|
|
#wg_server_private_key: "{{ wg_server_private_key }}"
|
|
|
|
|
|
wg_peers:
|
|
- name: fabio_test
|
|
publicKey: "dzODOKndtafZSf2GqvClFdxrpwyNJnZ/AsZkNl+ovEE="
|
|
allowedIP: "192.168.99.4/32" |