diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-02 04:31:31 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-02 04:32:45 +0200 |
| commit | ac410cee8f7ca8d199f61f92788e99867865b36e (patch) | |
| tree | 9243d5385caf444ca0df6af97ab07df83256a956 | |
| parent | 4b1ba9064c70f9d0226668c01e46285f4c50927f (diff) | |
Add wireguard_gateway meta info
| -rw-r--r-- | roles/wireguard_gateway/meta/argument_specs.yml | 10 | ||||
| -rw-r--r-- | roles/wireguard_gateway/meta/main.yml | 20 |
2 files changed, 30 insertions, 0 deletions
diff --git a/roles/wireguard_gateway/meta/argument_specs.yml b/roles/wireguard_gateway/meta/argument_specs.yml new file mode 100644 index 00000000..39f2b426 --- /dev/null +++ b/roles/wireguard_gateway/meta/argument_specs.yml @@ -0,0 +1,10 @@ +--- +argument_specs: + main: + description: + author: "a14m" + options: + wireguard_gateway_enabled: + description: "Toggle flag for enabling/disabling network gateway configurations" + type: "bool" + default: false diff --git a/roles/wireguard_gateway/meta/main.yml b/roles/wireguard_gateway/meta/main.yml new file mode 100644 index 00000000..36df4aad --- /dev/null +++ b/roles/wireguard_gateway/meta/main.yml @@ -0,0 +1,20 @@ +--- +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" |
