##Mr. Wilson
Personal project, nothing to see yet.
You will need to create encrypted files with the staging or production secret values.
- Duplicate the file
ansible/vars/production.yml
and name itansible/vars/production_vault.yml
- Edit the new file so the keys become the values of the .yml file:
vault_wit_access_token
: "real wit access token here". - Repeat for all variables.
- Inside the
vars/
folder, runansible-vault encrypt production_vault.yml
to encrypt the vault file - Enter a new password to encrypt this file, and make sure to keep this password safe in your password manager. You'll need it for deployments.
- Now you can go into the all_roles.sh file and run the different playbooks to deploy this service.