We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1829d45 commit 338d4d2Copy full SHA for 338d4d2
2 files changed
roles/openaccess/defaults/main.yml
@@ -1,3 +1,5 @@
1
---
2
openaccess_server_restart_policy: always
3
openaccess_server_restart_retries: 0
4
+openaccess_docker_networks:
5
+ - name: loadbalancer
roles/openaccess/tasks/main.yml
@@ -100,4 +100,4 @@
100
S3_STORAGE_URL : "{{ openconextaccess.s3_storage.url }}"
101
S3_STORAGE_KEY : "{{ openconextaccess.s3_storage.key }}"
102
S3_STORAGE_SECRET : "{{ openconextaccess.s3_storage.secret }}"
103
- S3_STORAGE_BUCKET : "{{ openconextaccess.s3_storage.bucket }}"
+ S3_STORAGE_BUCKET : "{{ openconextaccess.s3_storage.bucket }}"
0 commit comments