ansible_cat/defaults/main.yml

18 lines
421 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
# 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
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"