Update default password
This commit will be updating default password occurrences on ansible-playbooks files to comply with new password rules, that will be: - Minimum 12 characters - At least 1 Uppercase letter - At least 1 number - At least 1 special character - Cannot reuse past 5 passwords - Default password expiry period should be set to 90 days. The default passwords are updated as follows: St8rlingX* -> St8rlingX*1234 Boot5trap* -> Boot5trap*1234 Test Plan: PASS: Run a full deploy successfully. Story: 2011084 Task: 49824 Change-Id: If1b7acdde2adc749a3113c0d4a923fd7e92912c0 Signed-off-by: Karla Felix <karla.karolinenogueirafelix@windriver.com>
This commit is contained in:
parent
1bb2f41f45
commit
c2923d7d28
@ -11,5 +11,5 @@ all:
|
||||
|
||||
vars:
|
||||
ansible_ssh_user: sysadmin
|
||||
ansible_ssh_pass: St8rlingX*
|
||||
ansible_become_pass: St8rlingX*
|
||||
ansible_ssh_pass: St8rlingX*1234
|
||||
ansible_become_pass: St8rlingX*1234
|
||||
|
@ -10,7 +10,7 @@
|
||||
# can be placed in the <inventory_hostname>_secrets.yml where
|
||||
# applicable.
|
||||
vault_admin_username: stx-admin
|
||||
vault_admin_password: Boot5trap*
|
||||
vault_admin_password: Boot5trap*1234
|
||||
|
||||
# The following settings are usually common to all hosts, in which
|
||||
# case they can be placed in the secrets.yml file.
|
||||
@ -19,8 +19,8 @@ vault_password_change_responses:
|
||||
sysadmin*: 'sysadmin'
|
||||
\(current\) UNIX password: 'sysadmin'
|
||||
Current password: 'sysadmin'
|
||||
(?i)New password: 'Boot5trap*'
|
||||
(?i)Retype new password: 'Boot5trap*'
|
||||
(?i)New password: 'Boot5trap*1234'
|
||||
(?i)Retype new password: 'Boot5trap*1234'
|
||||
|
||||
ansible_become_pass: Boot5trap*
|
||||
ansible_ssh_pass: Boot5trap*
|
||||
ansible_become_pass: Boot5trap*1234
|
||||
ansible_ssh_pass: Boot5trap*1234
|
||||
|
@ -8,7 +8,7 @@
|
||||
# vault_admin_password).
|
||||
#
|
||||
admin_username: admin
|
||||
admin_password: St8rlingX*
|
||||
admin_password: St8rlingX*1234
|
||||
|
||||
# INITIAL PASSWORD CHANGE RESPONSE SEQUENCE
|
||||
# =========================================
|
||||
@ -31,8 +31,8 @@ password_change_responses:
|
||||
sysadmin*: 'sysadmin'
|
||||
\(current\) UNIX password: 'sysadmin'
|
||||
Current password: 'sysadmin'
|
||||
(?i)New password: 'St8rlingX*'
|
||||
(?i)Retype new password: 'St8rlingX*'
|
||||
(?i)New password: 'St8rlingX*1234'
|
||||
(?i)Retype new password: 'St8rlingX*1234'
|
||||
|
||||
# OVERRIDE FILES DIRECTORY
|
||||
# ========================
|
||||
|
@ -471,8 +471,8 @@ password_change_responses:
|
||||
sysadmin*: 'sysadmin'
|
||||
\(current\) UNIX password: 'sysadmin'
|
||||
Current password: 'sysadmin'
|
||||
(?i)New password: 'St8rlingX*'
|
||||
(?i)Retype new password: 'St8rlingX*'
|
||||
(?i)New password: 'St8rlingX*1234'
|
||||
(?i)Retype new password: 'St8rlingX*1234'
|
||||
|
||||
# OVERRIDE FILES DIRECTORY
|
||||
# ========================
|
||||
|
@ -17,5 +17,5 @@ all:
|
||||
|
||||
vars:
|
||||
ansible_ssh_user: sysadmin
|
||||
ansible_ssh_pass: St8rlingX*
|
||||
ansible_become_pass: St8rlingX*
|
||||
ansible_ssh_pass: St8rlingX*1234
|
||||
ansible_become_pass: St8rlingX*1234
|
||||
|
Loading…
x
Reference in New Issue
Block a user