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
|
#- name: Configure Nimbus master
|
||||||
# hosts: nimbus-master
|
# hosts: nimbus-master
|
||||||
# roles:
|
# roles:
|
||||||
|
# - origin-cert
|
||||||
# - nimbus
|
# - nimbus
|
||||||
|
|
||||||
- name: Configure Nimbus cluster
|
- name: Configure Nimbus cluster
|
||||||
hosts: nimbus-nodes
|
hosts: nimbus-slaves
|
||||||
roles:
|
roles:
|
||||||
- nimbus
|
- infra-role-nimbus
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
src: git@github.com:status-im/infra-role-consul-service.git
|
src: git@github.com:status-im/infra-role-consul-service.git
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: nimbus
|
- name: infra-role-nimbus
|
||||||
src: git@github.com:status-im/infra-role-nimbus.git
|
src: git@github.com:status-im/infra-role-nimbus.git
|
||||||
scm: git
|
scm: git
|
||||||
|
|
Loading…
Reference in New Issue