Use Ansible Vault #3

Closed
opened 2017-02-07 13:07:22 +01:00 by moepman · 2 comments
Owner

Use Ansible Vault to encrypt passwords so that the repository can be opened up

  • create an encrypted vault.yml file
  • change sensitive variables so that var_xy: secret becomes var_xy: "{{ vault_var_xy }}"
  • set new passwords in the vault: vault_var_xy: new-secret
  • deploy and verify
Use Ansible Vault to encrypt passwords so that the repository can be opened up * create an encrypted vault.yml file * change sensitive variables so that `var_xy: secret` becomes `var_xy: "{{ vault_var_xy }}"` * set *new* passwords in the vault: `vault_var_xy: new-secret` * deploy and verify
Author
Owner

Vault is in use, but passwords still need to be changed in order to make this repo public

Vault is in use, but passwords still need to be changed in order to make this repo public
Author
Owner

Passwords have been changed in f1805e7636

Passwords have been changed in f1805e7636672c2223ac94a9b0e05795baaa0e7a
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infra/ansible#3
No description provided.