Merge "Update default password"

This commit is contained in:
Zuul 2024-05-07 23:08:23 +00:00 committed by Gerrit Code Review
commit d981587eb8
5 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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
# ========================

View File

@ -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
# ========================

View File

@ -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