ansible-lockdown / Windows-2019-CIS

CIS Baseline Ansible Role for Windows 2019
MIT License
134 stars 72 forks source link

Controls 2.3.1.5 and 2.3.1.6 use hardcoded values instead of variables #40

Closed bschapendonk closed 3 years ago

bschapendonk commented 3 years ago

https://github.com/ansible-lockdown/Windows-2019-CIS/blob/devel/tasks/section02.yml#L703

value: GeorgeSharp instead of value: '{{ newadministratorname }}'

https://github.com/ansible-lockdown/Windows-2019-CIS/blob/devel/tasks/section02.yml#L721

value: BobCooper instead of value: '{{ renamedguest}}'

georgenalen commented 3 years ago

Addressed in PR #44 release 1.1.1