From d531e08f2deb7fc2b2168c40610f227a7a815025 Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 23 Feb 2024 20:48:23 +0100 Subject: [PATCH] install wireguard too --- .gitmodules | 3 +++ roles/l3d.wireguard | 1 + site.yml | 1 + 3 files changed, 5 insertions(+) create mode 160000 roles/l3d.wireguard diff --git a/.gitmodules b/.gitmodules index 9d46e2c..b8bed46 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,6 @@ [submodule "collections/ansible_collections/chocolatey"] path = collections/ansible_collections/chocolatey url = https://github.com/chocolatey/chocolatey-ansible.git +[submodule "roles/l3d.wireguard"] + path = roles/l3d.wireguard + url = https://git.l3d.ch/win_ansible/ansible_role_win_wireguard.git diff --git a/roles/l3d.wireguard b/roles/l3d.wireguard new file mode 160000 index 0000000..e69912b --- /dev/null +++ b/roles/l3d.wireguard @@ -0,0 +1 @@ +Subproject commit e69912b5cf4919a0f4d32b927277784135e07539 diff --git a/site.yml b/site.yml index 85c1f02..5174df6 100644 --- a/site.yml +++ b/site.yml @@ -19,6 +19,7 @@ - {role: do1jlr.win_rdp, tags: rdp} # - {role: do1jlr.win_parsec, tags: parsec} - {role: do1jlr.win_streamdeck, tags: streamdeck} + - {role: l3d.wireguard, tags: wireguard} - {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]} # - {role: do1jlr.win_obs_szene, tags: [obs, szene]} # - {role: do1jlr.win_nextcloud, tags: nextcloud} # currently instalaltion not working