We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can use ansible-vault for a sensitive data like database and mailing passwords. Also for an uptimerobot api key during deployment.
ansible-vault
The text was updated successfully, but these errors were encountered:
See https://devops4solutions.com/ansible-vault-password-in-ci-cd-pipeline/
Sorry, something went wrong.
ci: use ansible-valut for storing a private key
e1ffb76
Part of #435
chore: fix "VAULT_PASSWORD: unbound variable" error in deploy.sh
209ae3d
Should be in e1ffb76 commit. Relate to #435
For history, here is how I encrypted an SSH key:
$ cd src/main/scripts/ci/ansible $ rm mystamps_rsa.enc $ cp ~/.ssh/mystamps_mystamps_rsa . $ ansible-vault encrypt mystamps_mystamps_rsa --output mystamps_rsa.enc New Vault password: Confirm New Vault password: Encryption successful
php-coder
No branches or pull requests
We can use
ansible-vault
for a sensitive data like database and mailing passwords. Also for an uptimerobot api key during deployment.The text was updated successfully, but these errors were encountered: