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:
@@ -45,9 +45,11 @@ and target it at controller-0.
|
|||||||
in the previous step.
|
in the previous step.
|
||||||
|
|
||||||
#. Make the following modifications. You must specify the floating |OAM| IP
|
#. Make the following modifications. You must specify the floating |OAM| IP
|
||||||
of the controller host. For example, if the host name is
|
of the controller host and the ``ansible_ssh_user`` information. If the
|
||||||
|prefix|\_Cluster, the inventory file should have an entry
|
host name is |prefix|\_Cluster, the inventory file should have an entry
|
||||||
|prefix|\_Cluster, for example:
|
|prefix|\_Cluster.
|
||||||
|
|
||||||
|
For example:
|
||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
||||||
@@ -59,6 +61,11 @@ and target it at controller-0.
|
|||||||
|prefix|\_Cluster:
|
|prefix|\_Cluster:
|
||||||
ansible_host: 128.224.141.74
|
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.
|
#. Switch to the <overrides> directory created previously.
|
||||||
|
|
||||||
#. Create a new secret file encrypted with Ansible-Vault using the
|
#. Create a new secret file encrypted with Ansible-Vault using the
|
||||||
|
Reference in New Issue
Block a user