
This patch does the following: - Move the CONTRIBUTING doc content into the developer documentation - Move the development-stack doc content into the developer documentation - Rename all instances of 'OpenStack Ansible' to 'OpenStack-Ansible' - Implements a simpler navigation index for the bottom of the page - Implements a navigation index at the bottom of all developer docs - Updates the README to reflect where to get documentation and further information - Adds more information into the 'scripts' developer doc - Updates the 'Additional Resources' Appendix with Ansible information Change-Id: Ic08ba072f3b3d1e4e446d1e81c20c0cdf01833de
16 lines
564 B
ReStructuredText
16 lines
564 B
ReStructuredText
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
|
|
|
Configuring Secure Shell (SSH) keys
|
|
-----------------------------------
|
|
|
|
Ansible uses Secure Shell (SSH) with public key authentication for
|
|
connectivity between the deployment and target hosts. To reduce user
|
|
interaction during Ansible operations, key pairs should not include
|
|
passphrases. However, if a passphrase is required, consider using the
|
|
**ssh-agent** and **ssh-add** commands to temporarily store the
|
|
passphrase before performing Ansible operations.
|
|
|
|
--------------
|
|
|
|
.. include:: navigation.txt
|