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:
parent
fbadcfd44f
commit
a5b3b59bd1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue