enable windows
This commit is contained in:
parent
0ec50e6973
commit
fbdf0c1224
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
|||
[submodule "roles/l3d.ansible_version"]
|
||||
path = roles/l3d.ansible_version
|
||||
url = https://github.com/roles-ansible/ansible_role_versioncheck.git
|
||||
[submodule "roles/win_activating"]
|
||||
path = roles/win_activating
|
||||
url = https://git.l3d.ch/voc/win_ansible_role_activating.git
|
||||
|
|
1
roles/win_activating
Submodule
1
roles/win_activating
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 8d78edd9dd4e5abe975325b9e80e8daa497f1aa2
|
1
site.yml
1
site.yml
|
@ -8,4 +8,5 @@
|
|||
- name: Deploy windows users and basic config
|
||||
hosts: desktop
|
||||
roles:
|
||||
- {role: win_activating, tags: zeroconf}
|
||||
- {role: win_zeroconf, tags: zeroconf}
|
||||
|
|
Loading…
Reference in a new issue