11# Display version and exit
22extern " ansible-vault" [
3-
3+ -- version # Display version and exit
4+ -- help (- h) # Show help message and exit
5+ -- verbose(- v) # Verbose mode (-vvv for more, -vvvv to enable connection debugging)
6+ -- ask- vault- pass # Ask for vault password
7+ -- prompt(- p) # Prompt for the string to encrypt
48 ... args
59]
610
711# Decrypt encrypted file or stdin
812extern " ansible-vault decrypt" [
9-
13+ -- version # Display version and exit
14+ -- help (- h) # Show help message and exit
15+ -- verbose(- v) # Verbose mode (-vvv for more, -vvvv to enable connection debugging)
16+ -- ask- vault- pass # Ask for vault password
17+ -- prompt(- p) # Prompt for the string to encrypt
1018 ... args
1119]
1220
1321# Encrypt a file or stdin
1422extern " ansible-vault encrypt" [
23+ -- version # Display version and exit
24+ -- help (- h) # Show help message and exit
25+ -- verbose(- v) # Verbose mode (-vvv for more, -vvvv to enable connection debugging)
26+ -- ask- vault- pass # Ask for vault password
1527 -- prompt(- p) # Prompt for the string to encrypt
1628 ... args
1729]
1830
1931# Encrypt string
2032extern " ansible-vault encrypt_string" [
33+ -- version # Display version and exit
34+ -- help (- h) # Show help message and exit
35+ -- verbose(- v) # Verbose mode (-vvv for more, -vvvv to enable connection debugging)
36+ -- ask- vault- pass # Ask for vault password
2137 -- prompt(- p) # Prompt for the string to encrypt
2238 ... args
2339]
0 commit comments