mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #295 from leseb/ceph-common-tun-twice
ceph-common was running twicepull/299/head
commit
a23513d5d2
10
site.yml
10
site.yml
|
@ -1,16 +1,6 @@
|
|||
---
|
||||
# Defines deployment design and assigns role to server groups
|
||||
|
||||
- hosts:
|
||||
- mons
|
||||
- osds
|
||||
- mdss
|
||||
- rgws
|
||||
- clients # Kernel RBD does NOT support signatures for Kernels < 3.18! Make sure to set cephx_require_signatures: false
|
||||
sudo: True
|
||||
roles:
|
||||
- { role: ceph-common, when: not docker }
|
||||
|
||||
- hosts: mons
|
||||
sudo: True
|
||||
roles:
|
||||
|
|
Loading…
Reference in New Issue