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:
Alan Orth 2017-09-20 12:35:13 +03:00
parent 53eade7ab1
commit 5867d6038c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[defaults]
retry_files_enabled=False
force_handlers=True
inventory=hosts
[ssh_connection]
pipelining=True