Added config option for default ask for ssh_pass

This commit is contained in:
Chandler Latour
2012-11-02 10:53:26 -05:00
parent 4399d9c3cb
commit f436a8c88b
4 changed files with 8 additions and 0 deletions

View File

@@ -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