mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 11:34:15 -07:00
Added config option for default ask for ssh_pass
This commit is contained in:
parent
4399d9c3cb
commit
f436a8c88b
4 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,11 @@ poll_interval=15
|
|||
|
||||
sudo_user=root
|
||||
|
||||
# if set, ansible will always prompt for the ssh-password (-k)
|
||||
# can also be set by the environment variable ANSIBLE_ASK_PASS
|
||||
|
||||
# ask_pass=True
|
||||
|
||||
# connection to use when -c <connection_type> is not specified
|
||||
|
||||
transport=paramiko
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue