Include SSH key in manual config-download Ceph example

Example from Ibe2e2302b47efea1c747c0166d552fab4feb31c8
was missing ANSIBLE_PRIVATE_KEY_FILE which will likely
also be needed with CephAnsibleEnvironmentVariables.

Change-Id: I08ba71dbc437102b4d53d65a7c357cfc026ffe33
This commit is contained in:
John Fulton 2019-06-26 14:53:48 -04:00
parent 9bac19e2e7
commit 999cd5b058
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ values used by the mistral workflow that runs ``config-download``::
parameter_defaults:
CephAnsibleEnvironmentVariables:
ANSIBLE_HOST_KEY_CHECKING: 'False'
ANSIBLE_PRIVATE_KEY_FILE: '/home/stack/.ssh/id_rsa'
.. note::