mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Added config option for default ask for ssh_pass
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user