Win aktivation

This commit is contained in:
L3D 2022-12-31 22:59:56 +01:00
parent acd0da51f6
commit d2b5f60e55
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,5 @@
[obs] [obs]
obs-white ansible_host=obs-white.local obs-white ansible_host=obs-white.local
obs-yellow ansible_host=10.10.0.211 obs-yellow ansible_host=obs-yellow.local
# obs-yellow.local
# obs-blue ansible_host=obs-blue.local # obs-blue ansible_host=obs-blue.local
obs-misc ansible_host=obs-misc.local obs-misc ansible_host=obs-misc.local

@ -1 +1 @@
Subproject commit b53644731950306207f65f7e2b5780dbe72b2f9c Subproject commit 8d78edd9dd4e5abe975325b9e80e8daa497f1aa2

@ -1 +1 @@
Subproject commit 649bb23e30b23623b8e2375e74a09556661eb9e3 Subproject commit f6f78a8613c6779e78018b30db0af2484f28a30a

View file

@ -8,8 +8,8 @@
- name: Deploy windows users and basic config - name: Deploy windows users and basic config
hosts: obs hosts: obs
roles: roles:
- {role: tasks, tags: [task]}
- {role: win_warn_ansible_start, tags: [always, warn]} - {role: win_warn_ansible_start, tags: [always, warn]}
- {role: do1jlr.win_activation, tags: [task]}
- {role: do1jlr.win_winerm, tags: winrm} - {role: do1jlr.win_winerm, tags: winrm}
- {role: do1jlr.win_base_setup, tags: [user, setup]} - {role: do1jlr.win_base_setup, tags: [user, setup]}
- {role: do1jlr.win_zeroconf, tags: zeroconf} - {role: do1jlr.win_zeroconf, tags: zeroconf}