Add ansible.cfg and set the inventory file
This commit is contained in:
parent
a598cfae07
commit
665f48503a
4 changed files with 7 additions and 2 deletions
4
ansible.cfg
Normal file
4
ansible.cfg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[defaults]
|
||||
log_path = ./log/ansible.log
|
||||
hostfile = ./inventory
|
||||
inventory = ./inventory
|
||||
Reference in a new issue