diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 0eb27d9b78..278494bf68 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