We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11042f commit 30f1afaCopy full SHA for 30f1afa
2 files changed
ansible/group_vars/alpha-navi.yml
@@ -21,6 +21,7 @@ container_envs: >
21
-e ENABLE_LRU_CACHE=1
22
-e ERROR_URL=http://{{ detention_host_address }}:{{ detention_port }}
23
-e HTTP_PORT={{ hosted_ports[0] }}
24
+ -e HTTPS_PORT={{ hosted_ports[1] }}
25
-e LOG_LEVEL_STDOUT=trace
26
-e MONGO=mongodb://{{ navi_mongo_host_address }}:{{ navi_mongo_port }}/{{ navi_mongo_database }}
27
-e NODE_ENV={{ node_env }}
ansible/roles/content-domain-certs/tasks/main.yml
@@ -1,7 +1,6 @@
1
---
2
- name: make sure cert directory is in place
3
tags: [ certs ]
4
- when: ca_dest is defined
5
become: true
6
file:
7
dest: /opt/ssl/{{ user_content_domain }}
0 commit comments