consolidated docs

point to new doc locations
removed non existing dirs
This commit is contained in:
Brian Coca 2016-12-22 13:03:16 -05:00 committed by Brian Coca
commit 57f8b791d6
143 changed files with 4 additions and 9 deletions

View file

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