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:
Jakub Sokołowski 2023-11-23 12:50:00 +01:00
parent 97f525e905
commit 1ee52deded
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 10 additions and 3 deletions

View File

@ -9,4 +9,11 @@ galaxy_info:
- name: Ubuntu - name: Ubuntu
versions: versions:
- xenial - 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

View File

@ -1,6 +1,6 @@
--- ---
- name: 'Create timer for database backup' - name: 'Create timer for database backup'
include_role: name=systemd-timer include_role: name=infra-role-systemd-timer
vars: vars:
systemd_timer_description: 'Dump High-Availability PostgreSQL database.' systemd_timer_description: 'Dump High-Availability PostgreSQL database.'
systemd_timer_name: '{{ postgres_ha_backup_service_name }}' systemd_timer_name: '{{ postgres_ha_backup_service_name }}'

View File

@ -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: '{{ postgres_ha_service_name }}' consul_config_name: '{{ postgres_ha_service_name }}'
consul_services: consul_services: