Difference between revisions of "Ansible-vault encrypt"
Jump to navigation
Jump to search
(Created page with " ansible-vault encrypt == Related terms == * <code>openssl enc</code> == See also == * {{ansible-vault}} Category:Ansible") Tags: Mobile web edit, Mobile edit |
|||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[ansible-vault]] encrypt | + | {{lowercase}} |
+ | [[ansible-vault]] [[encrypt]] PATH_TO_FILE_TO_ENCRYPT | ||
+ | New Vault password: | ||
+ | Confirm New Vault password: | ||
+ | Encryption successful | ||
+ | |||
+ | Your encrypted file will the following format: | ||
+ | $ANSIBLE_VAULT;1.1;[[AES256]] | ||
+ | 65333530343839353235336235356.../... | ||
+ | .../... | ||
== Related terms == | == Related terms == | ||
+ | * <code>[[ansible-vault decrypt]]</code> | ||
* <code>[[openssl enc]]</code> | * <code>[[openssl enc]]</code> | ||
+ | * <code>[[ansible-vault encrypt_string]]</code> | ||
+ | * <code>[[vault kv put]]</code> | ||
+ | * <code>[[git-crypt]]</code> | ||
+ | * <code>[[kubectl create secret]]</code> | ||
== See also == | == See also == |
Latest revision as of 13:55, 7 November 2022
ansible-vault encrypt PATH_TO_FILE_TO_ENCRYPT New Vault password: Confirm New Vault password: Encryption successful
Your encrypted file will the following format: $ANSIBLE_VAULT;1.1;AES256 65333530343839353235336235356.../... .../...
Related terms[edit]
ansible-vault decrypt
openssl enc
ansible-vault encrypt_string
vault kv put
git-crypt
kubectl create secret
See also[edit]
Advertising: