added pre-commit configuration for ansible-lint (#93)
Co-authored-by: willtome <wtome@redhat.com>
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
- name: STIG a Windows 2022 Server
|
||||
hosts: "{{ HOSTS | default('os_windows') }}"
|
||||
vars:
|
||||
win2022STIG_stigrule_254269_Manage: false # noqa var-naming
|
||||
win2022STIG_stigrule_254276_Manage: false # noqa var-naming
|
||||
win2022STIG_stigrule_254269_Manage: false # noqa var-naming
|
||||
win2022STIG_stigrule_254276_Manage: false # noqa var-naming
|
||||
|
||||
tasks:
|
||||
- name: Include win2022STIG role
|
||||
|
||||
@@ -34,9 +34,9 @@
|
||||
name: "{{ item.name }}"
|
||||
scope: global
|
||||
loop:
|
||||
- { name: "GroupA" }
|
||||
- { name: "GroupB" }
|
||||
- { name: "GroupC" }
|
||||
- {name: "GroupA"}
|
||||
- {name: "GroupB"}
|
||||
- {name: "GroupC"}
|
||||
retries: 5
|
||||
delay: 10
|
||||
|
||||
@@ -47,8 +47,8 @@
|
||||
password: "{{ lookup('community.general.random_string', min_lower=1, min_upper=1, min_special=1, min_numeric=1) }}"
|
||||
update_password: on_create
|
||||
loop:
|
||||
- { name: "UserA", groups: "GroupA" }
|
||||
- { name: "UserB", groups: "GroupB" }
|
||||
- { name: "UserC", groups: "GroupC" }
|
||||
- {name: "UserA", groups: "GroupA"}
|
||||
- {name: "UserB", groups: "GroupB"}
|
||||
- {name: "UserC", groups: "GroupC"}
|
||||
retries: 5
|
||||
delay: 10
|
||||
|
||||
Reference in New Issue
Block a user