mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
10 lines
227 B
YAML
10 lines
227 B
YAML
meta:
|
|
- desc: install ceph/jewel latest
|
|
tasks:
|
|
- install:
|
|
branch: jewel
|
|
exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
|
|
- print: "**** done install jewel"
|
|
- ceph:
|
|
- print: "**** done ceph"
|