11 lines
237 B
YAML
11 lines
237 B
YAML
|
---
|
||
|
# Default values for variables of the role
|
||
|
# variable_name: value
|
||
|
address: '192.168.2.1/24'
|
||
|
listenport: '1928'
|
||
|
privatekey: ''
|
||
|
interface_name: wg0
|
||
|
clients:
|
||
|
- name: client1
|
||
|
PublicKey: 'Som3thing='
|
||
|
AllowedIPs: '192.168.2.2/32'
|