changed the cfg to look for hosts.d for host entries
This commit is contained in:
parent
b227938ad9
commit
9a21fd3da7
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,6 +10,7 @@
|
||||
# Ansible Inventory
|
||||
hosts
|
||||
win_hosts
|
||||
hosts.d
|
||||
|
||||
# Vagrant
|
||||
.vagrant
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
# some basic default values...
|
||||
|
||||
inventory = ~/hosts/
|
||||
inventory = ~/hosts.d/
|
||||
library = /usr/share/my_modules/
|
||||
module_utils = /usr/share/my_module_utils/
|
||||
remote_tmp = ~/.ansible/tmp
|
||||
|
Loading…
Reference in New Issue
Block a user