ansible-experiments/add-users-groups-authorized_keys-dot-files/ansible.cfg
Bryan Black 24431d9a8f Revert "leaving it"
This reverts commit 17d3f699a0.
2018-10-08 15:28:35 -07:00

18 lines
289 B
INI

[ssh_connection]
[defaults]
retry_files_enabled = False
retry_files_save_path = /tmp/
inventory=./hosts
host_key_checking=False
gathering = smart
#stdout_callback=unixy
#stdout_callback=debug
[privilege_escalation]
become=True
become_method=sudo
become_user=root
#become_ask_pass=False