changed the cfg to look for hosts.d for host entries

This commit is contained in:
James Tombleson 2019-05-14 07:46:35 -07:00
parent b227938ad9
commit 9a21fd3da7
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@
# Ansible Inventory
hosts
win_hosts
hosts.d
# Vagrant
.vagrant

View File

@ -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