infra/group_vars/hatecomputers-club.yml

11 lines
536 B
YAML
Raw Normal View History

---
hatecomputers_club_oauth2_scope: "openid,email,profile"
hatecomputers_club_oauth2_auth_url: "https://auth.hatecomputers.club/ui/oauth2"
hatecomputers_club_oauth2_token_url: >
https://auth.hatecomputers.club/oauth2/token
hatecomputers_club_oauth2_user_info_uri: >
https://auth.hatecomputers.club/oauth2/openid/{{ hatecomputers_club_oauth2_client_id }}/userinfo
hatecomputers_club_oauth2_redirect_uri: "https://hatecomputers.club/auth"
2024-03-29 17:05:03 -04:00
hatecomputers_intra_bind_address: "{{ lookup('community.general.dig', inventory_hostname) }}"