2022-10-11 09:19:17 +02:00
|
|
|
---
|
|
|
|
# Default values for variables of the role
|
|
|
|
# variable_name: value
|
2024-03-22 23:57:09 +01:00
|
|
|
wg_server_address: '192.168.2.1/24'
|
2022-10-11 09:19:17 +02:00
|
|
|
listenport: '1928'
|
|
|
|
privatekey: ''
|
|
|
|
interface_name: wg0
|
|
|
|
clients:
|
|
|
|
- name: client1
|
|
|
|
PublicKey: 'Som3thing='
|
2024-03-22 23:57:09 +01:00
|
|
|
AllowedIPs: '192.168.2.2/32'
|