Compare commits

...

2 commits

Author SHA1 Message Date
L3D
2492e0ef5a
explain values 2022-01-01 21:43:32 +01:00
L3D
66df6f0ed6
fix typo 2022-01-01 21:43:12 +01:00
2 changed files with 4 additions and 3 deletions

View file

@ -6,5 +6,5 @@
- name: host is rebooting in 15 sec!! - name: host is rebooting in 15 sec!!
ansible.windows.win_reboot: ansible.windows.win_reboot:
re_reboot_delay: 15 pre_reboot_delay: 15
when: res.reboot_required when: res.reboot_required

View file

@ -1,5 +1,6 @@
--- ---
# see https://docs.microsoft.com/de-DE/windows/security/identity-protection/access-control/security-identifiers
win_base_init__os_groups: win_base_init__os_groups:
- 'S-1-5-32-545' - 'S-1-5-32-545' # Users
- 'Ansibles' - 'Ansibles'
- 'S-1-5-32-544' - 'S-1-5-32-544' # Administrators