Skip to content

Commit

Permalink
Remove hardcoded pg version from doi-service-standalone.yml (#845)
Browse files Browse the repository at this point in the history
Continuation of #834  removing the pg version from the playbook.
  • Loading branch information
vjrj authored Sep 16, 2024
1 parent a5af90f commit d205509
Showing 1 changed file with 1 addition and 1 deletion.
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: "postgres" }
- {role: postgresql, pg_version: "10"}
- {role: postgresql}
- {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

0 comments on commit d205509

Please sign in to comment.