c7390f6300
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>
16 lines
429 B
INI
16 lines
429 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: St8rlingX*
|
|
ansible_become_pass: St8rlingX*
|