summaryrefslogtreecommitdiffstats
path: root/host_vars/ubuntu.local.yml.example
blob: 5e4153452e494bb1aeb1f2b63da5968758a1153e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
# Not using raspberry pi as gateway or DNS sinkhole
network_ipv4_address: "10.0.0.203"
network_ipv4_gateway: "10.0.0.1"
network_ipv4_dns: "10.0.0.1"
network_ipv6_address: "fd5c:fd8b:2b8c::203/64"
network_ipv6_gateway: "fd5c:fd8b:2b8c::1"
network_ipv6_dns: "fd5c:fd8b:2b8c::1"

wireguard_connections:
  wg-vpn3: |
    [Interface]
    PrivateKey = your_private_key_here
    Address = 10.2.0.2/32
    DNS = 10.2.0.1

    [Peer]
    PublicKey = server_public_key
    AllowedIPs = 0.0.0.0/0
    Endpoint = vpn.com:51820