ansible_cat/defaults/main.yml

19 lines
456 B
YAML
Raw Normal View History

2019-01-18 13:32:22 +00:00
---
# defaults file for .
cat_user: cat
cat_postgres_db: cat
cat_postgres_user: cat_user
2019-01-21 22:38:59 +00:00
cat_postgres_db_port: 5432
# sensitive info
cat_postgres_password: "{{ vault_cat_postgres_password }}"
2019-01-21 21:56:36 +00:00
cat_git_destination: "/home/{{ cat_user }}/cat_src"
2019-01-21 21:20:07 +00:00
cat_app_port: 3000
2019-01-21 21:56:36 +00:00
authorize-uri: "https://adams.ugent.be/oauth/oauth2/authorize/"
access-token-uri: "https://adams.ugent.be/oauth/oauth2/token/"
oauth-consumer-key: "tomtest"
oauth-consumer-secret: "blargh"