diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2014-12-16 11:09:42 -0800 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2014-12-16 11:09:42 -0800 |
commit | a5b3b59bd1f2e3ec405377a2f5450e1c20a303bc (patch) | |
tree | 05e0f6df8015e75bd0f08a6faca21d595d6eecf3 /examples | |
parent | fbadcfd44fb86752abd19616cb56acb25b89cae4 (diff) | |
download | ansible-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.cfg | 2 |
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 |