fix name of nimbus role
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ad1cc2168d
commit
dca0efdd5b
|
@ -1,15 +1,11 @@
|
|||
---
|
||||
- name: Add CloudFlare Origin certs
|
||||
hosts: all
|
||||
roles:
|
||||
- origin-cert
|
||||
|
||||
#- name: Configure Nimbus master
|
||||
# hosts: nimbus-master
|
||||
# roles:
|
||||
# - origin-cert
|
||||
# - nimbus
|
||||
|
||||
- name: Configure Nimbus cluster
|
||||
hosts: nimbus-nodes
|
||||
hosts: nimbus-slaves
|
||||
roles:
|
||||
- nimbus
|
||||
- infra-role-nimbus
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
src: git@github.com:status-im/infra-role-consul-service.git
|
||||
scm: git
|
||||
|
||||
- name: nimbus
|
||||
- name: infra-role-nimbus
|
||||
src: git@github.com:status-im/infra-role-nimbus.git
|
||||
scm: git
|
||||
|
|
Loading…
Reference in New Issue