infrastructure/ansible/roles/website/vars/main.yml
Jake Howard 7de73287fd
All checks were successful
/ ansible (push) Successful in 2m25s
/ terraform (push) Successful in 1m3s
Move spotify proxy alongside website
That's all it's really used for right now.
2023-09-21 14:20:54 +01:00

7 lines
322 B
YAML

website_secret_key: "{{ vault_website_secret_key }}"
website_sentry_dsn: "{{ vault_website_sentry_dsn }}"
unsplash_client_id: "{{ vault_unsplash_client_id }}"
spotify_client_id: "{{ vault_spotify_client_id }}"
spotify_client_secret: "{{ vault_spotify_client_secret }}"
spotify_sentry_dsn: "{{ vault_spotify_sentry_dsn }}"