complete -c ansible-vault -l ask-vault-pass -f -d "Ask for vault password" complete -c ansible-vault -s h -l help -f -d "Show this help message and exit" complete -c ansible-vault -l new-vault-password-file -r -d "New vault password file for rekey" complete -c ansible-vault -l output -r -d "Output file name for encrypt or decrypt; use - for stdout" complete -c ansible-vault -l vault-password-file -r -d "Vault password file" complete -c ansible-vault -s v -l verbose -d "Verbose mode (-vvv for more, -vvvv to enable connection debugging)" complete -c ansible-vault -l version -d "Display version and exit"