mirror of
https://github.com/ceph/ceph
synced 2024-12-14 15:35:45 +00:00
24 lines
336 B
YAML
24 lines
336 B
YAML
interactive-on-error: true
|
|
overrides:
|
|
ceph:
|
|
branch: master
|
|
fs: xfs
|
|
roles:
|
|
- - mon.a
|
|
- mon.c
|
|
- osd.0
|
|
- - mon.b
|
|
- mds.a
|
|
- osd.1
|
|
- - client.0
|
|
tasks:
|
|
- ceph: null
|
|
- rgw:
|
|
- client.0
|
|
- interactive:
|
|
|
|
targets:
|
|
ubuntu@<host1>: ssh-rsa <host1 key>
|
|
ubuntu@<host2>: ssh-rsa <host2 key>
|
|
ubuntu@<host3>: ssh-rsa <host3 key>
|