summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authornextus <R@nextus.me>2013-09-25 14:15:49 +0200
committernextus <R@nextus.me>2013-09-25 14:15:49 +0200
commitca96d74572ee2ea2f296e3adf01fc1bf8a52aafb (patch)
tree62eeae52be260b104900da16436d109503413f4a /examples
parentMerge pull request #4231 from drfickle/svn_docs (diff)
downloadansible-ca96d74572ee2ea2f296e3adf01fc1bf8a52aafb.tar.xz
ansible-ca96d74572ee2ea2f296e3adf01fc1bf8a52aafb.zip
#4227 in upstream repo
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 57e721a77b..a8f9a1da82 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -98,9 +98,12 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins
# uncomment this line to cause the paramiko connection plugin to not record new host
# keys encountered. Increases performance on new host additions. Setting works independently of the
# host key checking setting above.
-
#record_host_keys=False
+# by default, Ansible request a pseudo-terminal for commands execuded under sudo. Uncomment this
+# line for override this behaviour.
+#pty=False
+
[ssh_connection]
# ssh arguments to use