meta: use full names of Ansible roles
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7a6687469d
commit
f9f0c5a8fb
|
@ -10,6 +10,9 @@ galaxy_info:
|
||||||
versions:
|
versions:
|
||||||
- xenial
|
- xenial
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: 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-oauth-proxy
|
||||||
|
src: git+git@github.com:status-im/infra-role-oauth-proxy.git
|
||||||
|
scm: git
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Create Consul service definition
|
- name: Create Consul service definition
|
||||||
include_role: name=consul-service
|
include_role: name=infra-role-consul-service
|
||||||
vars:
|
vars:
|
||||||
consul_config_name: '{{ alertmanager_service_name }}'
|
consul_config_name: '{{ alertmanager_service_name }}'
|
||||||
consul_services:
|
consul_services:
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
mode: 0640
|
mode: 0640
|
||||||
|
|
||||||
- name: Create OAuth compose file
|
- name: Create OAuth compose file
|
||||||
include_role: name=oauth-proxy
|
include_role: name=infra-role-oauth-proxy
|
||||||
vars:
|
vars:
|
||||||
oauth_service_name: '{{ alertmanager_service_name }}-oauth'
|
oauth_service_name: '{{ alertmanager_service_name }}-oauth'
|
||||||
oauth_service_path: '{{ alertmanager_service_path }}'
|
oauth_service_path: '{{ alertmanager_service_path }}'
|
||||||
|
|
Loading…
Reference in New Issue