mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
Signed-off-by: john-h-luo <jiehua.luo@zilliz.com> Signed-off-by: john-h-luo <jiehua.luo@zilliz.com>
10 lines
181 B
YAML
10 lines
181 B
YAML
---
|
|
- name: setup pre-requisites & Docker #Install prerequisite
|
|
hosts: dockernodes
|
|
become: yes
|
|
become_user: root
|
|
roles:
|
|
- install-modules
|
|
- docker-installation
|
|
|
|
|