summaryrefslogtreecommitdiffstats
path: root/roles/wireguard/meta/argument_specs.yml
blob: 78ce6d40e6a45dd2f52b3886105e5bbf4622f4ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
argument_specs:
  main:
    options:
      wireguard_connections:
        description: "Dictionary of WireGuard connection configurations"
        type: "dict"
        default: {}
      wireguard_autostart_connection:
        description: "Name of connection to automatically start on boot"
        type: "str"
        default: ""