change domain of concourse
This commit is contained in:
parent
1ee0bece0f
commit
c97dff4303
2 changed files with 6 additions and 1 deletions
5
ansible/playbooks/nfs.yml
Normal file
5
ansible/playbooks/nfs.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Setup NFS
|
||||
hosts: dataserver
|
||||
|
||||
roles:
|
||||
- {name: nfs, tags: nfs}
|
|
@ -25,7 +25,7 @@ services:
|
|||
CONCOURSE_POSTGRES_USER: concourse_user
|
||||
CONCOURSE_POSTGRES_PASSWORD: {{ postgres_password }}
|
||||
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_MAIN_TEAM_LOCAL_USER: admin
|
||||
# instead of relying on the default "detect"
|
||||
|
|
Reference in a new issue