Remove Deprecated configs 2.8 (#46825)

* Removed deprecated ANSIBLE_HOSTS

* Bump sudo/su configs to match deprecation version for cli and playbook args

* Bump include configs to match deprecation version for 'include'
This commit is contained in:
Matt Martz 2018-11-05 11:08:13 -06:00 committed by Brian Coca
commit 45ff6df1af
6 changed files with 13 additions and 122 deletions

View file

@ -376,10 +376,6 @@ other than /etc/ansible/hosts:
$ echo "127.0.0.1" > ~/ansible_hosts
$ export ANSIBLE_INVENTORY=~/ansible_hosts
.. note::
ANSIBLE_INVENTORY is available starting at 1.9 and substitutes the deprecated ANSIBLE_HOSTS
You can read more about the inventory file in later parts of the manual.
Now let's test things with a ping command: