Network Platform docs (#36814)

* introduces platform docs
This commit is contained in:
Alicia Cozine 2018-02-28 15:16:32 -06:00 committed by GitHub
parent eae0aa0592
commit 4f63123320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 460 additions and 1 deletions

View file

@ -0,0 +1,2 @@
.. warning::
Never store passwords in plain text. We recommend using SSH keys to authenticate SSH connections. Ansible supports ssh-agent to manage your SSH keys. If you must use passwords to authenticate SSH connections, we recommend encrypting them with :ref:`Ansible Vault <playbooks_vault>`.