summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2014-12-16 11:09:42 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2014-12-16 11:09:42 -0800
commita5b3b59bd1f2e3ec405377a2f5450e1c20a303bc (patch)
tree05e0f6df8015e75bd0f08a6faca21d595d6eecf3 /examples
parentfbadcfd44fb86752abd19616cb56acb25b89cae4 (diff)
downloadansible-a5b3b59bd1f2e3ec405377a2f5450e1c20a303bc.tar.gz
Comment remote_port in the example ansible.cfg so users do not override their .ssh/config settings by default
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
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