Files
michaelschiemer/x_ansible/ansible.cfg

35 lines
779 B
INI

[defaults]
inventory = inventory/hosts.ini
host_key_checking = False
remote_user = deploy
roles_path = roles
allow_world_readable_tmpfiles = True
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes
pipelining = True
[defaults]
inventory = inventory/hosts.ini
host_key_checking = False
deprecation_warnings = False
command_warnings = False
interpreter_python = auto_silent
force_color = True
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no
pipelining = True
transfer_method = smart
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False