From a5b3b59bd1f2e3ec405377a2f5450e1c20a303bc Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 16 Dec 2014 11:09:42 -0800 Subject: [PATCH] Comment remote_port in the example ansible.cfg so users do not override their .ssh/config settings by default --- examples/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index a89fa47664..9f1d3c53cb 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -21,7 +21,7 @@ sudo_user = root #ask_sudo_pass = True #ask_pass = True transport = smart -remote_port = 22 +#remote_port = 22 module_lang = C # plays will gather facts by default, which contain information about