ansible-playbooks/examples/remote/sample_secrets.yml
Tee Ngo c7390f6300 Update repo README, add compatibility check, sample config files
In this commit:
  - Add execution environment, required additional packages,
    supported software releases, and links to Ansible installation
    as well as StarlingX deployment guides to repo README.rst
  - Add check for supported host software versions to bootstrap playbook
  - Add example files for a sample setup of 2 hosts, a site.yml and a
    secret file which the users can copy to the location of their
    choice and customize to suit their remote bootstrap requirements.

Story: 2004695
Task: 34753
Change-Id: I400021a5a460e1686ef717632c70123b2a93064a
Signed-off-by: Tee Ngo <tee.ngo@windriver.com>
2019-06-27 08:11:58 -04:00

25 lines
828 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: Boot5trap*
# 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'
(?i)New password: 'Boot5trap*'
(?i)Retype new password: 'Boot5trap*'
ansible_become_pass: Boot5trap*
ansible_ssh_pass: Boot5trap*