Step missing to specify ansible_ssh_user (r6,r7,dsR6,dsR7)
Add step to specify ansible_ssh_user to run Ansible Backup Playbook Remotely Closes-bug: 2003787 Signed-off-by: Elisamara Aoki Goncalves <elisamaraaoki.goncalves@windriver.com> Change-Id: I0772258c448503818b7211d81d9bc7682b9228ad
This commit is contained in:
parent
d5b289b43f
commit
f0373cd83a
@ -45,9 +45,11 @@ and target it at controller-0.
|
||||
in the previous step.
|
||||
|
||||
#. Make the following modifications. You must specify the floating |OAM| IP
|
||||
of the controller host. For example, if the host name is
|
||||
|prefix|\_Cluster, the inventory file should have an entry
|
||||
|prefix|\_Cluster, for example:
|
||||
of the controller host and the ``ansible_ssh_user`` information. If the
|
||||
host name is |prefix|\_Cluster, the inventory file should have an entry
|
||||
|prefix|\_Cluster.
|
||||
|
||||
For example:
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
@ -59,6 +61,11 @@ and target it at controller-0.
|
||||
|prefix|\_Cluster:
|
||||
ansible_host: 128.224.141.74
|
||||
|
||||
vars:
|
||||
ansible_ssh_user: sysadmin
|
||||
ansible_ssh_pass: <sysadmin-passwd>
|
||||
ansible_become_pass: <sysadmin-passwd>
|
||||
|
||||
#. Switch to the <overrides> directory created previously.
|
||||
|
||||
#. Create a new secret file encrypted with Ansible-Vault using the
|
||||
|
Loading…
x
Reference in New Issue
Block a user