ansible-experiments/add-users-groups-authorized_keys-dot-files/ansible.cfg

18 lines
288 B
INI
Raw Normal View History

[ssh_connection]
[defaults]
retry_files_enabled = False
retry_files_save_path = /tmp/
inventory=./hosts
host_key_checking=False
gathering = smart
2018-10-09 00:18:51 +00:00
stdout_callback=unixy
#stdout_callback=debug
[privilege_escalation]
become=True
become_method=sudo
become_user=root
#become_ask_pass=False