summaryrefslogtreecommitdiffstats
path: root/roles/gateway/meta
diff options
context:
space:
mode:
Diffstat (limited to 'roles/gateway/meta')
-rw-r--r--roles/gateway/meta/argument_specs.yml10
-rw-r--r--roles/gateway/meta/main.yml20
2 files changed, 0 insertions, 30 deletions
diff --git a/roles/gateway/meta/argument_specs.yml b/roles/gateway/meta/argument_specs.yml
deleted file mode 100644
index d6520641..00000000
--- a/roles/gateway/meta/argument_specs.yml
+++ /dev/null
@@ -1,10 +0,0 @@
----
-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
diff --git a/roles/gateway/meta/main.yml b/roles/gateway/meta/main.yml
deleted file mode 100644
index 36df4aad..00000000
--- a/roles/gateway/meta/main.yml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-dependencies:
- - "wireguard"
-
-galaxy_info:
- author: "a14m"
- description: "Install and configure WireGuard VPN as a network gateway"
- company: "kartoffeln.work GmbH."
- license: "MIT"
- min_ansible_version: "2.18"
- platforms:
- - name: "ArchLinux"
- versions:
- - "all"
- - name: "Ubuntu"
- versions:
- - "noble"
- - name: "Debian"
- versions:
- - "bookworm"