17 lines
594 B
Text
17 lines
594 B
Text
---
|
|
# Copy this file to vault.yml and encrypt it:
|
|
# cp vault.yml.example vault.yml
|
|
# ansible-vault encrypt vault.yml
|
|
# ansible-vault edit vault.yml
|
|
|
|
vault_ansible_become_pass: "CHANGE_ME"
|
|
vault_postgres_root_password: "CHANGE_ME"
|
|
vault_db_password_staging: "CHANGE_ME"
|
|
vault_db_password_test: "CHANGE_ME"
|
|
vault_db_password: "CHANGE_ME"
|
|
vault_payload_secret_staging: "CHANGE_ME"
|
|
vault_payload_secret_test: "CHANGE_ME"
|
|
vault_payload_secret: "CHANGE_ME"
|
|
vault_google_bucket: "CHANGE_ME"
|
|
vault_resend_api_key: "CHANGE_ME"
|
|
vault_repo_url: "ssh://git@git.skick.app:2222/org/church-website.git"
|