19 lines
458 B
YAML
19 lines
458 B
YAML
ansible_user: ubuntu
|
|
|
|
# Directory to store WireGuard configuration on the remote hosts
|
|
wireguard_remote_directory: /etc/wireguard
|
|
|
|
wireguard_interface_restart: true
|
|
# TODO: Enable this when stable
|
|
wireguard_service_enabled: false
|
|
wireguard_service_state: started
|
|
|
|
# We can generate this dynamically, but it really doesn't seem like it's worth
|
|
# the work.
|
|
nat_map:
|
|
jodye-wings-01.local:
|
|
lan_ip: 10.0.29.40
|
|
vpn_ip: 10.4.4.33
|
|
vps_ip: 172.32.1.33
|
|
|