mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added comment to example config to show usage of new sudo password asking option
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
This commit is contained in:
parent
604bf9f58a
commit
6877a88c7e
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@ poll_interval=15
|
||||||
|
|
||||||
sudo_user=root
|
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 <connection_type> is not specified
|
# connection to use when -c <connection_type> is not specified
|
||||||
|
|
||||||
transport=paramiko
|
transport=paramiko
|
||||||
|
|
Loading…
Reference in a new issue