mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 01:31:51 +00:00
make playbook more selective
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b417df663e
commit
ef4f18bc5f
@ -1,8 +1,9 @@
|
||||
---
|
||||
- name: Configure Nimbus master
|
||||
hosts: nimbus-master
|
||||
hosts:
|
||||
- nimbus-master
|
||||
roles:
|
||||
- { role: origin-cert }
|
||||
- { role: origin-cert, tags: origin-cert }
|
||||
- { role: nimbus-stats, tags: nimbus-stats }
|
||||
|
||||
- name: Configure Nimbus cluster
|
||||
|
Loading…
x
Reference in New Issue
Block a user