parent
17d3f699a0
commit
24431d9a8f
17
add-users-groups-authorized_keys-dot-files/ansible.cfg
Normal file
17
add-users-groups-authorized_keys-dot-files/ansible.cfg
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
[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
|
||||||
|
|
Loading…
Reference in a new issue