ansible_cat/defaults/main.yml

18 lines
421 B
YAML

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