mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 09:08:43 +08:00
14 lines
191 B
YAML
14 lines
191 B
YAML
---
|
|
- name: Install Packages
|
|
apt: name={{ item }} state=latest update_cache=yes
|
|
with_items:
|
|
- ntp
|
|
- python3
|
|
- tcpdump
|
|
- wget
|
|
- openssl
|
|
- curl
|
|
- python3-pip
|
|
|
|
|