boot,store: use both new and old domain names
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c87a3310ac
commit
74be1115c6
|
@ -67,7 +67,9 @@ certbot_admin_email: 'devops@status.im'
|
||||||
certbot_services_to_stop: ['nginx']
|
certbot_services_to_stop: ['nginx']
|
||||||
certbot_containers_to_stop: ['{{ nim_waku_cont_name }}']
|
certbot_containers_to_stop: ['{{ nim_waku_cont_name }}']
|
||||||
certbot_certs:
|
certbot_certs:
|
||||||
- domains: [ '{{ nim_waku_websocket_domain }}' ]
|
- domains:
|
||||||
|
- '{{ nim_waku_websocket_domain }}'
|
||||||
|
- '{{ nim_waku_websocket_domain | replace("status.im", "statusim.net") }}' # Legacy Domain
|
||||||
|
|
||||||
# Open LibP2P Ports
|
# Open LibP2P Ports
|
||||||
open_ports_default_comment: '{{ nim_waku_cont_name }}'
|
open_ports_default_comment: '{{ nim_waku_cont_name }}'
|
||||||
|
|
|
@ -72,7 +72,9 @@ certbot_admin_email: 'devops@status.im'
|
||||||
certbot_services_to_stop: ['nginx']
|
certbot_services_to_stop: ['nginx']
|
||||||
certbot_containers_to_stop: ['{{ nim_waku_cont_name }}']
|
certbot_containers_to_stop: ['{{ nim_waku_cont_name }}']
|
||||||
certbot_certs:
|
certbot_certs:
|
||||||
- domains: [ '{{ nim_waku_websocket_domain }}' ]
|
- domains:
|
||||||
|
- '{{ nim_waku_websocket_domain }}'
|
||||||
|
- '{{ nim_waku_websocket_domain | replace("status.im", "statusim.net") }}' # Legacy Domain
|
||||||
|
|
||||||
# Open LibP2P Ports
|
# Open LibP2P Ports
|
||||||
open_ports_default_comment: '{{ nim_waku_cont_name }}'
|
open_ports_default_comment: '{{ nim_waku_cont_name }}'
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
- name: infra-role-certbot
|
- name: infra-role-certbot
|
||||||
src: git@github.com:status-im/infra-role-certbot.git
|
src: git@github.com:status-im/infra-role-certbot.git
|
||||||
version: c7a5afe6a7d76f7c021041ec1e7df4f7e46cf374
|
version: fdf310513b2dc731f30861ed8a5957b54b4422f7
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-postgres-ha
|
- name: infra-role-postgres-ha
|
||||||
|
|
Loading…
Reference in New Issue