xoxys.wireguard/defaults/main.yml
Robert Kaussow cf02110610
Some checks failed
continuous-integration/drone/push Build is failing
initial commit
2022-10-11 09:32:13 +02:00

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: []