Difference between revisions of "Ansible-vault view"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lowercase}} == See also == * {{ansible-vault}} Category:Vault Category:Ansible vault")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
 +
ansible-vault view YOUR_VAULT_FILE
 +
Vault password:
 +
(output from your unencrypted Vault file)
 +
 +
ansible-vault view
 +
Vault password:
 +
(no output)
 +
 +
ansible-vault view --help
 +
usage: ansible-vault view [-h] [--vault-id VAULT_IDS] [--ask-vault-password | --vault-password-file VAULT_PASSWORD_FILES] [-v] [file_name
 +
...]
 +
 +
positional arguments:
 +
  file_name            Filename
 +
 +
options:
 +
  -h, --help            show this help message and exit
 +
  --vault-id VAULT_IDS  the vault identity to use
 +
  --ask-vault-password, --ask-vault-pass
 +
                        ask for vault password
 +
  --vault-password-file VAULT_PASSWORD_FILES, --vault-pass-file VAULT_PASSWORD_FILES
 +
                        vault password file
 +
  -v, --verbose        verbose mode (-vvv for more, -vvvv to enable connection debugging)
 +
 +
== Related ==
 +
* <code>[[ansible-vault decrypt]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 01:00, 1 February 2022

ansible-vault view YOUR_VAULT_FILE
Vault password:
(output from your unencrypted Vault file)
ansible-vault view
Vault password:
(no output)
ansible-vault view --help
usage: ansible-vault view [-h] [--vault-id VAULT_IDS] [--ask-vault-password | --vault-password-file VAULT_PASSWORD_FILES] [-v] [file_name 
...]

positional arguments:
  file_name             Filename

options:
  -h, --help            show this help message and exit
  --vault-id VAULT_IDS  the vault identity to use
  --ask-vault-password, --ask-vault-pass
                        ask for vault password
  --vault-password-file VAULT_PASSWORD_FILES, --vault-pass-file VAULT_PASSWORD_FILES
                        vault password file
  -v, --verbose         verbose mode (-vvv for more, -vvvv to enable connection debugging)

Related[edit]

See also[edit]

Advertising: