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
|
# Ansible Inventory
|
||||||
hosts
|
hosts
|
||||||
win_hosts
|
win_hosts
|
||||||
|
hosts.d
|
||||||
|
|
||||||
# Vagrant
|
# Vagrant
|
||||||
.vagrant
|
.vagrant
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# some basic default values...
|
# some basic default values...
|
||||||
|
|
||||||
inventory = ~/hosts/
|
inventory = ~/hosts.d/
|
||||||
library = /usr/share/my_modules/
|
library = /usr/share/my_modules/
|
||||||
module_utils = /usr/share/my_module_utils/
|
module_utils = /usr/share/my_module_utils/
|
||||||
remote_tmp = ~/.ansible/tmp
|
remote_tmp = ~/.ansible/tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user