15 lines
400 B
YAML
15 lines
400 B
YAML
---
|
|
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: "byR/8T9AZK2t1cxDCLVzdLXsxcUPRXA06CnfI8gwQyY="
|
|
allowedIP: "192.168.99.4/32"
|
|
- name: lucio
|
|
publicKey: "IifwTYaBMoL3IhAHHplyuVMCir7PHNT57cP57RvEIwg="
|
|
allowedIP: "192.168.99.3/32" |