use new roles
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
31beb24d74
commit
87765ef6d9
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
#- name: Configure Nimbus master
|
||||
# hosts: nimbus-master
|
||||
# roles:
|
||||
# - origin-cert
|
||||
# - nimbus
|
||||
- name: Configure Nimbus master
|
||||
hosts: nimbus-master
|
||||
roles:
|
||||
- origin-cert
|
||||
- infra-role-eth2-testnet-site
|
||||
|
||||
- name: Configure Nimbus cluster
|
||||
hosts: nimbus-slaves
|
||||
roles:
|
||||
- infra-role-nimbus
|
||||
- infra-role-beacon-node
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
src: git@github.com:status-im/infra-role-consul-service.git
|
||||
scm: git
|
||||
|
||||
- name: infra-role-nimbus
|
||||
src: git@github.com:status-im/infra-role-nimbus.git
|
||||
- name: infra-role-beacon-node
|
||||
src: git@github.com:status-im/infra-role-beacon-node.git
|
||||
scm: git
|
||||
|
||||
- name: eth2-testnet-site
|
||||
src: git@github.com:status-im/infra-role-eth2-testnet-site.git
|
||||
scm: git
|
||||
|
|
Loading…
Reference in New Issue