Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 784 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 784 Bytes

Katuma secrets

DEPRECATED in favour of https://github.com/openfoodfoundation/ofn-secrets. See #11 for details.

These are the secrets files used for Katuma's staging and production environments.

Usage

After cloning this repo you'll need to tell Ansible where the secrets are located and that it needs to ask you the password of the vault. You can do that as follows:

$ ansible-playbook playbooks/deploy.yml --limit es-staging --ask-vault-pass -e "@../katuma_secrets/staging.yml"

Note this makes use of Ansible's --extra-vars argument. That's the mechanism to pass variables on the command line.