diff --git a/.gitmodules b/.gitmodules index b7598b1..2711ded 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "collections/ansible_collections/community/general"] path = collections/ansible_collections/community/general url = https://github.com/ansible-collections/community.general.git +[submodule "roles/l3d.wireguard"] + path = roles/l3d.wireguard + url = https://git.l3d.ch/win_ansible/ansible_role_win_wireguard.git diff --git a/collections/ansible_collections/ansible/windows b/collections/ansible_collections/ansible/windows index a03f6d2..588af79 160000 --- a/collections/ansible_collections/ansible/windows +++ b/collections/ansible_collections/ansible/windows @@ -1 +1 @@ -Subproject commit a03f6d23be11497282964e9dffbdffe78c9a28dd +Subproject commit 588af79d4fb2255c0d1139fd1179c72efa20770b diff --git a/collections/ansible_collections/chocolatey b/collections/ansible_collections/chocolatey index 9bdc0d4..c107493 160000 --- a/collections/ansible_collections/chocolatey +++ b/collections/ansible_collections/chocolatey @@ -1 +1 @@ -Subproject commit 9bdc0d40437a7dc7f0181af42da7e35bbcfcae4a +Subproject commit c107493580c3af1a87c48ec7e64990ac7f945bde diff --git a/collections/ansible_collections/community/general b/collections/ansible_collections/community/general index 32ec751..2140485 160000 --- a/collections/ansible_collections/community/general +++ b/collections/ansible_collections/community/general @@ -1 +1 @@ -Subproject commit 32ec751996e1b0505cfef7c511c48d4d81edb091 +Subproject commit 21404851485e2c19f3daac4819fbbece7ada2e94 diff --git a/collections/ansible_collections/community/windows b/collections/ansible_collections/community/windows index a03f6d2..588af79 160000 --- a/collections/ansible_collections/community/windows +++ b/collections/ansible_collections/community/windows @@ -1 +1 @@ -Subproject commit a03f6d23be11497282964e9dffbdffe78c9a28dd +Subproject commit 588af79d4fb2255c0d1139fd1179c72efa20770b diff --git a/host_vars/twr.local.yml b/host_vars/twr.local.yml new file mode 100644 index 0000000..d85f383 --- /dev/null +++ b/host_vars/twr.local.yml @@ -0,0 +1 @@ +ansible_user: 'L3D' diff --git a/hosts.ini b/hosts.ini index a394fea..9b1d18a 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,2 +1,2 @@ [desktop] -twr.local +twr.local ansible_host="10.10.0.243" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..883f266 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +jmespath>=1.0.1 +passlib[bcrypt]>=1.7.4 +ansible +ansible-core >= 2.16.0 +ansible-lint +yamllint +j2lint +netaddr >= 0.9.0 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 edb5ce5..568a074 100644 --- a/site.yml +++ b/site.yml @@ -11,3 +11,4 @@ - {role: win_activating, tags: zeroconf} - {role: win_zeroconf, tags: zeroconf} - {role: win_gopass, tags: gopass} + - {role: l3d.wireguard, tags: wireguard}