From 6877a88c7ec7c10796fca1405b066dcfc9301502 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 1 Nov 2012 08:13:10 -0400 Subject: [PATCH] added comment to example config to show usage of new sudo password asking option Signed-off-by: Brian Coca --- examples/ansible.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 0eb27d9b78f..278494bf684 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -46,6 +46,12 @@ poll_interval=15 sudo_user=root +# to force ansible to always ask for the sudo password (instead of having +# to add -K to the commandline). Or you can use the enviornment +# variable (ANSIBLE_ASK_SUDO_PASS) + +#ask_sudo_pass=True + # connection to use when -c is not specified transport=paramiko