7763e4c507
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>
16 lines
439 B
INI
16 lines
439 B
INI
---
|
|
all:
|
|
hosts:
|
|
hostname1:
|
|
# Ansible host IP is the IP of the controller host that is externally
|
|
# accessible for controller bootstrap and system deployment purposes.
|
|
# This IP can be created via DHCP or statically.
|
|
ansible_host: 172.16.0.17
|
|
hostname2:
|
|
ansible_host: 172.16.0.144
|
|
|
|
vars:
|
|
ansible_ssh_user: sysadmin
|
|
ansible_ssh_pass: St8rlingXCloud*
|
|
ansible_become_pass: St8rlingXCloud*
|