ansible-experiments/add-users-groups-authorized_keys-dot-files/ansible.cfg
Serge van Ginderachter 95e4ee8c06
Import project for #9
add users, groups, authorized_keys, and dot files
2018-08-18 10:49:16 +02:00

18 lines
288 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