ansible-role-wireguard_server/defaults/main.yml

11 lines
237 B
YAML
Raw Normal View History

2022-10-11 09:19:17 +02:00
---
# 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'