You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adc/ansible/ansible.cfg

13 lines
188 B

[defaults]
inventory = hosts.yml
pipelining = True
retry_files_enabled = False
stdout_callback = yaml
[ssh_connection]
scp_if_ssh = True
retries = 1
[privilege_escalation]
become = True