2018-08-13 14:02:31 +00:00
|
|
|
[ssh_connection]
|
|
|
|
|
|
|
|
[defaults]
|
|
|
|
retry_files_enabled = False
|
|
|
|
retry_files_save_path = /tmp/
|
|
|
|
inventory=./hosts
|
|
|
|
host_key_checking=False
|
|
|
|
gathering = smart
|
2018-10-02 17:38:23 +00:00
|
|
|
#stdout_callback=unixy
|
2018-08-26 13:10:15 +00:00
|
|
|
#stdout_callback=debug
|
2018-08-13 14:02:31 +00:00
|
|
|
|
|
|
|
[privilege_escalation]
|
|
|
|
become=True
|
|
|
|
become_method=sudo
|
|
|
|
become_user=root
|
|
|
|
#become_ask_pass=False
|
|
|
|
|