mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
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:
parent
2728a22f73
commit
45ff6df1af
6 changed files with 13 additions and 122 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue