ansible-playbooks/examples/remote/sample_secrets.yml
Karla Felix 7763e4c507 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* -> St8rlingXCloud*
Boot5trap*1234 -> Boot5trapCloud*

Test Plan:
PASS: Run build-pkgs -c -p playbookconfig

Task: 50001
Story: 2011084

Change-Id: Ib6c1fd96f335bfb53e71da48966baa4246649a1f
Signed-off-by: Karla Felix <karla.karolinenogueirafelix@windriver.com>
2024-05-09 14:28:18 -03:00

27 lines
888 B
YAML

---
# The following are configuration parameters that should be stored
# in secrets files using Ansible vault.
#
# Bootstrap specific parameters stored in the vault must have vault_
# prefix. The same rule is not applied to Ansible specific parameters.
#
# The following settings could be host specific, in which case they
# can be placed in the <inventory_hostname>_secrets.yml where
# applicable.
vault_admin_username: stx-admin
vault_admin_password: Boot5trapCloud*
# The following settings are usually common to all hosts, in which
# case they can be placed in the secrets.yml file.
vault_password_change_responses:
yes/no: 'yes'
sysadmin*: 'sysadmin'
\(current\) UNIX password: 'sysadmin'
Current password: 'sysadmin'
(?i)New password: 'Boot5trapCloud*'
(?i)Retype new password: 'Boot5trapCloud*'
ansible_become_pass: Boot5trapCloud*
ansible_ssh_pass: Boot5trapCloud*