From 7d67ecfb2de240832c98eeedfd396011614e8ec0 Mon Sep 17 00:00:00 2001 From: ron1 Date: Wed, 23 Jan 2013 00:58:16 -0500 Subject: [PATCH] Update examples/ansible.cfg with sudo_exe --- examples/ansible.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 105302bbd3a..80c263e584d 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -71,6 +71,11 @@ remote_port=22 #remote_user=root +# the default sudo executable. If a sudo alternative with a sudo-compatible interface +# is used, specify its executable name as the default + +sudo_exe=sudo + # if set, always use this private key file for authentication, same as if passing # --private-key to ansible or ansible-playbook