ansible_cat/defaults/main.yml
2019-01-21 23:38:59 +01:00

19 lines
456 B
YAML

---
# defaults file for .
cat_user: cat
cat_postgres_db: cat
cat_postgres_user: cat_user
cat_postgres_db_port: 5432
# sensitive info
cat_postgres_password: "{{ vault_cat_postgres_password }}"
cat_git_destination: "/home/{{ cat_user }}/cat_src"
cat_app_port: 3000
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"