Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uses .txt for shared content #40416

Merged
merged 1 commit into from
May 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docsite/rst/network/user_guide/platform_eos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ In this example two variables defined in ``group_vars`` get passed to the module
- the ``eapi`` variable gets passed to the ``provider`` option of the module
- the ``proxy_env`` variable gets passed to the ``environment`` option of the module

.. include:: shared_snippets/SSH_warning.rst
.. include:: shared_snippets/SSH_warning.txt
2 changes: 1 addition & 1 deletion docs/docsite/rst/network/user_guide/platform_ios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ Example CLI Task
register: backup_ios_location
when: ansible_network_os == 'ios'

.. include:: shared_snippets/SSH_warning.rst
.. include:: shared_snippets/SSH_warning.txt
2 changes: 1 addition & 1 deletion docs/docsite/rst/network/user_guide/platform_junos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ Example NETCONF Task
when: ansible_network_os == 'junos'


.. include:: shared_snippets/SSH_warning.rst
.. include:: shared_snippets/SSH_warning.txt
2 changes: 1 addition & 1 deletion docs/docsite/rst/network/user_guide/platform_nxos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ Example NX-API Task

In this example the ``proxy_env`` variable defined in ``group_vars`` gets passed to the ``environment`` option of the module used in the task.

.. include:: shared_snippets/SSH_warning.rst
.. include:: shared_snippets/SSH_warning.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
:orphan:

.. 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>`.