cloud-vpn/defaults/main.yml
2023-09-17 10:56:26 +02:00

32 lines
637 B
YAML
Executable File

---
cloud_apps: /opt
cloud_storage: /opt/storage
cloud_stage: prod
cloud_update: false
vpn_internal_dns: 1.1.1.1
vpn_allow_adjacent_client_traffic: True
vpn_keepalive: 25
vpn_gateway_clientfolder: /etc/wireguard/clients
vpn_gateway_interface: eth0
vpn_gateway_host: my-wireguard-server.tld
vpn_gateway_port: 51820
vpn_gateway_net_prefix: 10.10.123
vpn_gateway_net_cidr: 28
vpn_gateway_public_key: your-public-key
vpn_gateway_private_key: your-privat-key
vpn_gateway_forward: []
# - server_port: 22
# client_port: "{{ ssh_port }}"
# client_index: 0
vpn_clients: []
# - name:
# index: 1
# private_key:
# public_key: