Skip to content

Instantly share code, notes, and snippets.

@ringanta
Created June 16, 2020 13:41
Show Gist options
  • Save ringanta/66a181f07b2bf6bd34460e901374f912 to your computer and use it in GitHub Desktop.
Save ringanta/66a181f07b2bf6bd34460e901374f912 to your computer and use it in GitHub Desktop.
---
- hosts: atlantis
become: true
roles:
- role: ringanta.atlantis
atlantis_domain: "<ATLANTIS_DOMAIN>"
atlantis_url: "https://<ATLANTIS_DOMAIN>"
atlantis_gh_user: "<GH_USER>"
atlantis_gh_token: "<GH_TOKEN>"
atlantis_gh_webhook_secret: "<GH_WEBHOOK_SECRET"
atlantis_repo_allowlist: "<GH_REPO_LIST>"
oauth2_proxy_cookie_secret: "<OAUTH2_COOKIE_SECRET>"
oauth2_proxy_client_id: "<OAUTH2_CLIENT_ID>"
oauth2_proxy_client_secret: "<OAUTH2_CLIENT_SECRET>"
oauth2_proxy_gh_org: "<OAUTH2_GH_ORG>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment