install wireguard too
This commit is contained in:
parent
d6443b7ba9
commit
d531e08f2d
|
@ -61,3 +61,6 @@
|
||||||
[submodule "collections/ansible_collections/chocolatey"]
|
[submodule "collections/ansible_collections/chocolatey"]
|
||||||
path = collections/ansible_collections/chocolatey
|
path = collections/ansible_collections/chocolatey
|
||||||
url = https://github.com/chocolatey/chocolatey-ansible.git
|
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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e69912b5cf4919a0f4d32b927277784135e07539
|
1
site.yml
1
site.yml
|
@ -19,6 +19,7 @@
|
||||||
- {role: do1jlr.win_rdp, tags: rdp}
|
- {role: do1jlr.win_rdp, tags: rdp}
|
||||||
# - {role: do1jlr.win_parsec, tags: parsec}
|
# - {role: do1jlr.win_parsec, tags: parsec}
|
||||||
- {role: do1jlr.win_streamdeck, tags: streamdeck}
|
- {role: do1jlr.win_streamdeck, tags: streamdeck}
|
||||||
|
- {role: l3d.wireguard, tags: wireguard}
|
||||||
- {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]}
|
- {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]}
|
||||||
# - {role: do1jlr.win_obs_szene, tags: [obs, szene]}
|
# - {role: do1jlr.win_obs_szene, tags: [obs, szene]}
|
||||||
# - {role: do1jlr.win_nextcloud, tags: nextcloud} # currently instalaltion not working
|
# - {role: do1jlr.win_nextcloud, tags: nextcloud} # currently instalaltion not working
|
||||||
|
|
Loading…
Reference in New Issue