change domain of concourse

This commit is contained in:
Pim Kunis 2023-06-19 15:05:37 +02:00
parent 1ee0bece0f
commit c97dff4303
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
- name: Setup NFS
hosts: dataserver
roles:
- {name: nfs, tags: nfs}

View file

@ -25,7 +25,7 @@ services:
CONCOURSE_POSTGRES_USER: concourse_user CONCOURSE_POSTGRES_USER: concourse_user
CONCOURSE_POSTGRES_PASSWORD: {{ postgres_password }} CONCOURSE_POSTGRES_PASSWORD: {{ postgres_password }}
CONCOURSE_POSTGRES_DATABASE: concourse CONCOURSE_POSTGRES_DATABASE: concourse
CONCOURSE_EXTERNAL_URL: https://concourse.pim.kunis.nl:444 CONCOURSE_EXTERNAL_URL: https://ci.kun.is
CONCOURSE_ADD_LOCAL_USER: admin:{{ admin_password }} CONCOURSE_ADD_LOCAL_USER: admin:{{ admin_password }}
CONCOURSE_MAIN_TEAM_LOCAL_USER: admin CONCOURSE_MAIN_TEAM_LOCAL_USER: admin
# instead of relying on the default "detect" # instead of relying on the default "detect"