mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 09:55:26 -07:00
updated docs about ansible_hosts/inventory env vars
This commit is contained in:
parent
93be064aa4
commit
e971b60f26
1 changed files with 6 additions and 2 deletions
|
@ -143,7 +143,11 @@ other than /etc/ansible/hosts:
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ echo "127.0.0.1" > ~/ansible_hosts
|
$ echo "127.0.0.1" > ~/ansible_hosts
|
||||||
$ export ANSIBLE_HOSTS=~/ansible_hosts
|
$ export ANSIBLE_INVENTORY=~/ansible_hosts
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
ANSIBLE_INVENTORY is available starting at 1.9 and subtitutes the deprecated ANSIBLE_HOSTS
|
||||||
|
|
||||||
You can read more about the inventory file in later parts of the manual.
|
You can read more about the inventory file in later parts of the manual.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue