Skip to content

Commit

Permalink
[apache] template config fragment for gn-ogc-api-records if the micro…
Browse files Browse the repository at this point in the history
…service is enabled
  • Loading branch information
landryb committed Mar 30, 2023
1 parent a7f40b3 commit a2a567d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/apache/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@
notify: reload apache2
when: gn_cloud_searching.enabled

- name: template config for gn-ogc-api-records
tags: apache_config
template:
src: gn-ogc-api-records.conf.j2
dest: "/var/www/georchestra/conf/gn-ogc-api-records.conf"
notify: reload apache2
when: gn_ogc_api_records.enabled

- name: generate self-signed cert
command: >
openssl req -new -nodes -x509 -subj "/C=FR/L=Somewhere/O=IT/CN={{ georchestra.fqdn }}"
Expand Down

0 comments on commit a2a567d

Please sign in to comment.