requirements: use full names for all roles

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-15 11:33:37 +01:00
parent 9580ba95c7
commit 0e2637f02a
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 8 additions and 8 deletions

View File

@ -12,9 +12,9 @@
- name: Install certs, open ports, add SWAP
hosts: faucet-master
roles:
- { role: origin-certs, tags: origin-certs }
- { role: open-ports, tags: open-ports }
- { role: swap-file, tags: swap-file }
- { role: infra-role-origin-certs, tags: origin-certs }
- { role: infra-role-open-ports, tags: open-ports }
- { role: infra-role-swap-file, tags: swap-file }
- { role: infra-role-geth, tags: infra-role-geth }
- { role: infra-role-geth-exporter, tags: infra-role-geth-exporter }
- { role: faucet-api, tags: faucet-api }

View File

@ -7,20 +7,20 @@
src: git@github.com:status-im/infra-role-wireguard.git
scm: git
- name: open-ports
- name: infra-role-open-ports
src: git@github.com:status-im/infra-role-open-ports.git
scm: git
- name: consul-service
- name: infra-role-consul-service
src: git@github.com:status-im/infra-role-consul-service.git
scm: git
- name: nginx
- name: infra-role-nginx
src: git@github.com:status-im/infra-role-nginx.git
version: 3043c998cbc92a634a71dc48363b3e2525696d26
scm: git
- name: origin-certs
- name: infra-role-origin-certs
src: git@github.com:status-im/infra-role-origin-certs.git
version: f2b061da8976444d6576b755578f0e799cde4372
scm: git

View File

@ -1,6 +1,6 @@
---
- name: 'Consul service definition - {{ faucet_cont_name }}'
include_role: name=consul-service
include_role: name=infra-role-consul-service
vars:
consul_config_name: '{{ faucet_cont_name | replace("-", "_") }}'
consul_services: