Skip to content

Commit

Permalink
Revert oidc configs for images and doi
Browse files Browse the repository at this point in the history
  • Loading branch information
yasima-csiro committed Jul 12, 2022
1 parent cf5948f commit 19ab3d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/doi-service-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- java
- postfix
- {role: db-backup, db: postgres, db_name: "{{ doi_db_name }}", db_user: "{{ doi_db_user }}", db_password: "{{ doi_db_password }}" }
- {role: postgresql, pg_version: "14"}
- {role: postgresql, pg_version: "9.6"}
- {role: pg_instance, extensions: ["citext", "pgcrypto"], db_name: "{{ doi_db_name }}", db_user: "{{ doi_db_user }}", db_password: "{{ doi_db_password }}" }
- {role: ansible-elasticsearch, es_templates: false, es_instance_name: 'doi-elasticsearch', es_data_dirs: ['/data/elasticsearch'], tags: ['elasticsearch']}
- webserver
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/doi-service/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ version: "{{ doi_service_version | default('LATEST') }}"
artifactId: "doi-service"
classifier: 'exec'
groupId: "au.org.ala"
packaging: "war"
packaging: "jar"
doi_service_jar_url: "{{maven_repo_ws_url}}"
2 changes: 1 addition & 1 deletion ansible/roles/image-service/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ artifactId: "image-service"
image_service_url: "{{maven_repo_ws_url}}"
classifier: 'exec'
groupId: "au.org.ala"
packaging: "war"
packaging: "jar"
image_service_jar_url: "{{maven_repo_ws_url}}"

0 comments on commit 19ab3d2

Please sign in to comment.