feat(config): add ansible config
This commit is contained in:
commit
95fea75d4c
|
|
@ -0,0 +1,9 @@
|
||||||
|
[defaults]
|
||||||
|
inventory = ./simple-ansible-inventory.py
|
||||||
|
roles_path = ./roles
|
||||||
|
gathering = explicit
|
||||||
|
remote_user = ansible
|
||||||
|
nocows = true
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
pipelining = true
|
||||||
Loading…
Reference in New Issue