summaryrefslogtreecommitdiff
path: root/docsite/rst_common
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-05-24 11:37:04 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2016-05-24 11:37:04 -0700
commitd45a394f63d381bbef2e10ddbc8b2aff8334b8b0 (patch)
treecfc1d5332c19f0fefdaaf44c7a0653bc1fdb9eba /docsite/rst_common
parent9ef814e78265a7a9a8fe1351996a5b39730fb3d4 (diff)
downloadansible-d45a394f63d381bbef2e10ddbc8b2aff8334b8b0.tar.gz
Mocate ansible_ssh_changes into a common directory
Diffstat (limited to 'docsite/rst_common')
-rw-r--r--docsite/rst_common/ansible_ssh_changes_note.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docsite/rst_common/ansible_ssh_changes_note.rst b/docsite/rst_common/ansible_ssh_changes_note.rst
new file mode 100644
index 0000000000..ccc289d89d
--- /dev/null
+++ b/docsite/rst_common/ansible_ssh_changes_note.rst
@@ -0,0 +1,3 @@
+.. note::
+
+ Ansible 2.0 has deprecated the “ssh” from ``ansible_ssh_user``, ``ansible_ssh_host``, and ``ansible_ssh_port`` to become ``ansible_user``, ``ansible_host``, and ``ansible_port``. If you are using a version of Ansible prior to 2.0, you should continue using the older style variables (``ansible_ssh_*``). These shorter variables are ignored, without warning, in older versions of Ansible.