1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Comment remote_port in the example ansible.cfg so users do not override their .ssh/config settings by default

This commit is contained in:
Toshio Kuratomi 2014-12-16 11:09:42 -08:00
parent fbadcfd44f
commit a5b3b59bd1

View file

@ -21,7 +21,7 @@ sudo_user = root
#ask_sudo_pass = True #ask_sudo_pass = True
#ask_pass = True #ask_pass = True
transport = smart transport = smart
remote_port = 22 #remote_port = 22
module_lang = C module_lang = C
# plays will gather facts by default, which contain information about # plays will gather facts by default, which contain information about