From 9660afd3e05b581641028a059739932d4ea92d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20G=C3=B6ttschkes?= Date: Thu, 20 Nov 2014 20:18:04 +0100 Subject: [PATCH] Adding inventory parameter to documentation Adding the inventory parameter `ansible_sudo` to the list of behavioural inventory parameters in the intro_inventory documentation. --- docsite/rst/intro_inventory.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docsite/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst index 5b409e8e65..920bba816e 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -205,6 +205,8 @@ mentioned:: The default ssh user name to use. ansible_ssh_pass The ssh password to use (this is insecure, we strongly recommend using --ask-pass or SSH keys) + ansible_sudo + The boolean to decide if sudo should be used for this host. Defaults to false. ansible_sudo_pass The sudo password to use (this is insecure, we strongly recommend using --ask-sudo-pass) ansible_sudo_exe (new in version 1.8)