ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit 8baef6c8f9a54821ed8633357ba3c4dc6e02aefa
parent c7f0d1af48aa150ae1ca4e997497d18f7b6d6dd5
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 2 Feb 2021 12:23:28 +0100

wireguard: delete
1 file changed, 0 insertions(+), 14 deletions(-)
diff --git a/roles/wireguard/tasks/main.yml b/roles/wireguard/tasks/main.yml
@@ -1,14 +0,0 @@
----
-
-- name: "Install package: wireguard-tools-wg" 
-  apk:
-   name: wireguard-tools-wg 
-   state: present
-   update_cache: yes
-
-- name: "Create directory: /etc/wireguard"
-  file:
-    path: /etc/wireguard
-    mode: 0700
-    state: directory
-