feat: full untested ansible setup
This commit is contained in:
12
ansible.cfg
Normal file
12
ansible.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
[defaults]
|
||||
inventory = inventory/hosts.yml
|
||||
roles_path = roles
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
interpreter_python = auto_silent
|
||||
stdout_callback = yaml
|
||||
local_tmp = /tmp/ansible-local
|
||||
remote_tmp = /tmp/.ansible/tmp
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
Reference in New Issue
Block a user