From 7221496f0555bbdd1601ea70da2a9ca99cd34488 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 3 Sep 2025 02:26:21 +0200 Subject: Refactor: rename wireguard_gateway to gateway As the role now functions as a gateway and not just a wireguard gateway it's better name for clarity --- roles/wireguard_gateway/meta/argument_specs.yml | 10 ---------- roles/wireguard_gateway/meta/main.yml | 20 -------------------- 2 files changed, 30 deletions(-) delete mode 100644 roles/wireguard_gateway/meta/argument_specs.yml delete mode 100644 roles/wireguard_gateway/meta/main.yml (limited to 'roles/wireguard_gateway/meta') diff --git a/roles/wireguard_gateway/meta/argument_specs.yml b/roles/wireguard_gateway/meta/argument_specs.yml deleted file mode 100644 index 23f755b9..00000000 --- a/roles/wireguard_gateway/meta/argument_specs.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -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 deleted file mode 100644 index 36df4aad..00000000 --- a/roles/wireguard_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" -- cgit v1.2.3