packer/ansible/.ansible.cfg

10 lines
194 B
INI

[defaults]
roles_path = ./roles
retry_files_enabled = False
host_key_checking = False
force_color = 1
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=300s
pipelining = True