proxy: use full role name, add to metadata
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
2a6647c26d
commit
441b3f4956
|
@ -13,3 +13,7 @@ galaxy_info:
|
||||||
- name: infra-role-consul-service
|
- name: infra-role-consul-service
|
||||||
src: git+git@github.com:status-im/infra-role-consul-service.git
|
src: git+git@github.com:status-im/infra-role-consul-service.git
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
|
- name: infra-role-nginx
|
||||||
|
src: git+git@github.com:status-im/infra-role-nginx.git
|
||||||
|
scm: git
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
# Necessary to hide a few sensitive paths
|
# Necessary to hide a few sensitive paths
|
||||||
- name: Configure Nginx proxy
|
- name: Configure Nginx proxy
|
||||||
include_role: name=nginx
|
include_role: name=infra-role-nginx
|
||||||
vars:
|
vars:
|
||||||
nginx_sites:
|
nginx_sites:
|
||||||
grafana_ssl_backend:
|
grafana_ssl_backend:
|
||||||
|
|
Loading…
Reference in New Issue