diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-03 03:46:34 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-03 03:46:34 +0200 |
| commit | ec12de4bc29476f7733a2e5abec91687ee8985ad (patch) | |
| tree | 65deeb4cc9e073b8e04ed348cc8b16ff5c7dba6b /roles/wireguard_gateway/meta | |
| parent | db73cdace9c30550902025db362530aec6982a9b (diff) | |
Revert "Refactor: rename wireguard_gateway to gateway"
This reverts commit fdd0b5b58f0ebd39ad05e2dcb17faa6603145f97.
Diffstat (limited to 'roles/wireguard_gateway/meta')
| -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..23f755b9 --- /dev/null +++ b/roles/wireguard_gateway/meta/argument_specs.yml @@ -0,0 +1,10 @@ +--- +argument_specs: + main: + description: "Configure WireGuard VPN as a network gateway" + 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" |
