diff options
author | nextus <R@nextus.me> | 2013-09-25 14:15:49 +0200 |
---|---|---|
committer | nextus <R@nextus.me> | 2013-09-25 14:15:49 +0200 |
commit | ca96d74572ee2ea2f296e3adf01fc1bf8a52aafb (patch) | |
tree | 62eeae52be260b104900da16436d109503413f4a /examples | |
parent | Merge pull request #4231 from drfickle/svn_docs (diff) | |
download | ansible-ca96d74572ee2ea2f296e3adf01fc1bf8a52aafb.tar.xz ansible-ca96d74572ee2ea2f296e3adf01fc1bf8a52aafb.zip |
#4227 in upstream repo
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ansible.cfg | 5 |
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 |