summaryrefslogtreecommitdiffstats
path: root/roles/gateway/meta/argument_specs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/gateway/meta/argument_specs.yml')
-rw-r--r--roles/gateway/meta/argument_specs.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/gateway/meta/argument_specs.yml b/roles/gateway/meta/argument_specs.yml
new file mode 100644
index 00000000..d6520641
--- /dev/null
+++ b/roles/gateway/meta/argument_specs.yml
@@ -0,0 +1,10 @@
+---
+argument_specs:
+ main:
+ description: "Configure the PI as a network gateway forcing all traffic through it (or through active VPN on it)"
+ author: "a14m"
+ options:
+ gateway_enabled:
+ description: "Toggle flag for enabling/disabling network gateway configurations"
+ type: "bool"
+ default: false