meta: add missing infra roles to dependencies
Also use full names as God intended. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
97f525e905
commit
1ee52deded
|
@ -9,4 +9,11 @@ galaxy_info:
|
|||
- name: Ubuntu
|
||||
versions:
|
||||
- xenial
|
||||
dependencies: []
|
||||
dependencies:
|
||||
- name: infra-role-consul-service
|
||||
src: git+git@github.com:status-im/infra-role-consul-service.git
|
||||
scm: git
|
||||
|
||||
- name: infra-role-systemd-timer
|
||||
src: git+git@github.com:status-im/infra-role-systemd-timer.git
|
||||
scm: git
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: 'Create timer for database backup'
|
||||
include_role: name=systemd-timer
|
||||
include_role: name=infra-role-systemd-timer
|
||||
vars:
|
||||
systemd_timer_description: 'Dump High-Availability PostgreSQL database.'
|
||||
systemd_timer_name: '{{ postgres_ha_backup_service_name }}'
|
||||
|
|
|
@ -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: '{{ postgres_ha_service_name }}'
|
||||
consul_services:
|
||||
|
|
Loading…
Reference in New Issue