ansible.cfg: Add inventory option
As of Ansible 2.4 the ANSIBLE_HOSTS environment variable is deprecated so we need to specify this some other way.
This commit is contained in:
parent
53eade7ab1
commit
5867d6038c
@ -1,6 +1,7 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
retry_files_enabled=False
|
retry_files_enabled=False
|
||||||
force_handlers=True
|
force_handlers=True
|
||||||
|
inventory=hosts
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
pipelining=True
|
pipelining=True
|
||||||
|
Loading…
Reference in New Issue
Block a user