Skip to content

Commit 62a9101

Browse files
author
Sebastian Gumprich
committed
add comments to variables
1 parent ef9d3d8 commit 62a9101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ os_auth_lockout_time: 600 # 10min
88
os_auth_timeout: 60
99
os_auth_allow_homeless: false
1010
os_auth_pam_passwdqc_enable: true
11-
os_auth_pam_passwdqc_options: 'min=disabled,disabled,16,12,8'
12-
os_auth_pam_pwquality_options: 'try_first_pass retry=3 type='
11+
os_auth_pam_passwdqc_options: 'min=disabled,disabled,16,12,8' # used in RHEL6
12+
os_auth_pam_pwquality_options: 'try_first_pass retry=3 type=' # used in RHEL7
1313
os_auth_root_ttys: [console, tty1, tty2, tty3, tty4, tty5, tty6]
1414
os_auth_uid_min: 1000
1515
os_auth_gid_min: 1000

0 commit comments

Comments
 (0)