xoxys.wireguard/defaults/main.yml

15 lines
483 B
YAML

---
wireguard_address: "10.0.0.1/24"
# @var:wireguard_port: The default port WireGuard will listen if not specified otherwise.
wireguard_port: "51820"
# The default interface name that WireGuard should use if not specified otherwise.
wireguard_interface: "wg0"
# @var:wireguard_private_key: Private key to use. If not private key is given, the role will auto-generate a new key.
# @var:wireguard_private_key:default: $ "_unset_"
wireguard_peers: []
wireguard_peers_unmanaged: []