requirements: use full names for all roles
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9580ba95c7
commit
0e2637f02a
|
@ -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 }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue