Add ansible.cfg and set the inventory file

This commit is contained in:
Oliver Davies 2015-11-16 16:58:58 +00:00
parent a598cfae07
commit 665f48503a
4 changed files with 7 additions and 2 deletions

4
ansible.cfg Normal file
View file

@ -0,0 +1,4 @@
[defaults]
log_path = ./log/ansible.log
hostfile = ./inventory
inventory = ./inventory