mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1975 from ceph/nfs-site
site: always play ceph-defaults and ceph-docker-commonpull/1979/head
commit
5a7204d200
|
@ -39,8 +39,8 @@
|
|||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-docker-common
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_release }} > ceph_release_num.jewel" }
|
||||
- { role: ceph-mgr, when: "ceph_release_num.{{ ceph_release }} > ceph_release_num.jewel" }
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-mgr, when: "ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous" }
|
||||
|
||||
- hosts: osds
|
||||
become: True
|
||||
|
@ -73,10 +73,10 @@
|
|||
become: True
|
||||
gather_facts: false
|
||||
roles:
|
||||
- { role: ceph-defaults, when: "ceph_release_num.{{ ceph_stable_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-docker-common, when: "ceph_release_num.{{ ceph_stable_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_stable_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-nfs, when: "ceph_release_num.{{ ceph_stable_release }} >= ceph_release_num.luminous" }
|
||||
- ceph-defaults
|
||||
- ceph-docker-common
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-nfs, when: "ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous" }
|
||||
|
||||
- hosts: rbdmirrors
|
||||
become: True
|
||||
|
|
|
@ -67,8 +67,8 @@
|
|||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-common
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_release }} > ceph_release_num.jewel" }
|
||||
- { role: ceph-mgr, when: "ceph_release_num.{{ ceph_release }} > ceph_release_num.jewel" }
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-mgr, when: "ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous" }
|
||||
|
||||
- hosts: agents
|
||||
gather_facts: false
|
||||
|
@ -110,10 +110,10 @@
|
|||
gather_facts: false
|
||||
become: True
|
||||
roles:
|
||||
- { role: ceph-defaults, when: "ceph_release_num.{{ ceph_stable_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-common, when: "ceph_release_num.{{ ceph_stable_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_stable_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-nfs, when: "ceph_release_num.{{ ceph_stable_release }} >= ceph_release_num.luminous" }
|
||||
- ceph-defaults
|
||||
- ceph-common
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-nfs, when: "ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous" }
|
||||
|
||||
- hosts: restapis
|
||||
gather_facts: false
|
||||
|
|
Loading…
Reference in New Issue