update windows
This commit is contained in:
parent
dfbf9e515a
commit
1299bc6c70
10 changed files with 19 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a03f6d23be11497282964e9dffbdffe78c9a28dd
|
||||
Subproject commit 588af79d4fb2255c0d1139fd1179c72efa20770b
|
|
@ -1 +1 @@
|
|||
Subproject commit 9bdc0d40437a7dc7f0181af42da7e35bbcfcae4a
|
||||
Subproject commit c107493580c3af1a87c48ec7e64990ac7f945bde
|
|
@ -1 +1 @@
|
|||
Subproject commit 32ec751996e1b0505cfef7c511c48d4d81edb091
|
||||
Subproject commit 21404851485e2c19f3daac4819fbbece7ada2e94
|
|
@ -1 +1 @@
|
|||
Subproject commit a03f6d23be11497282964e9dffbdffe78c9a28dd
|
||||
Subproject commit 588af79d4fb2255c0d1139fd1179c72efa20770b
|
1
host_vars/twr.local.yml
Normal file
1
host_vars/twr.local.yml
Normal file
|
@ -0,0 +1 @@
|
|||
ansible_user: 'L3D'
|
|
@ -1,2 +1,2 @@
|
|||
[desktop]
|
||||
twr.local
|
||||
twr.local ansible_host="10.10.0.243"
|
||||
|
|
8
requirements.txt
Normal file
8
requirements.txt
Normal file
|
@ -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
|
1
roles/l3d.wireguard
Submodule
1
roles/l3d.wireguard
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e69912b5cf4919a0f4d32b927277784135e07539
|
1
site.yml
1
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}
|
||||
|
|
Loading…
Reference in a new issue