meta: use full names of Ansible roles

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-05-14 10:25:02 +02:00
parent 7a6687469d
commit f9f0c5a8fb
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 6 additions and 3 deletions

View File

@ -10,6 +10,9 @@ galaxy_info:
versions:
- xenial
dependencies:
- name: consul-service
- name: infra-role-consul-service
src: git+git@github.com:status-im/infra-role-consul-service.git
scm: git
- name: infra-role-oauth-proxy
src: git+git@github.com:status-im/infra-role-oauth-proxy.git
scm: git

View File

@ -1,6 +1,6 @@
---
- name: Create Consul service definition
include_role: name=consul-service
include_role: name=infra-role-consul-service
vars:
consul_config_name: '{{ alertmanager_service_name }}'
consul_services:

View File

@ -8,7 +8,7 @@
mode: 0640
- name: Create OAuth compose file
include_role: name=oauth-proxy
include_role: name=infra-role-oauth-proxy
vars:
oauth_service_name: '{{ alertmanager_service_name }}-oauth'
oauth_service_path: '{{ alertmanager_service_path }}'