mirror of https://github.com/ceph/ceph-ansible.git
commit
6ec2c51077
|
@ -95,3 +95,4 @@
|
||||||
(inventory_hostname in groups.get('rgws', []))
|
(inventory_hostname in groups.get('rgws', []))
|
||||||
|
|
||||||
- include: selinux.yml
|
- include: selinux.yml
|
||||||
|
when: ansible_os_family == 'RedHat'
|
||||||
|
|
|
@ -2,8 +2,5 @@
|
||||||
# Copy Ceph configs to host
|
# Copy Ceph configs to host
|
||||||
- include: copy_configs.yml
|
- include: copy_configs.yml
|
||||||
|
|
||||||
- include: selinux.yml
|
|
||||||
when: ansible_os_family == 'RedHat'
|
|
||||||
|
|
||||||
- include: start_docker_nfs.yml
|
- include: start_docker_nfs.yml
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
---
|
---
|
||||||
- include: fetch_configs.yml
|
|
||||||
when: not containerized_deployment_with_kv
|
|
||||||
|
|
||||||
- include: start_docker_osd.yml
|
- include: start_docker_osd.yml
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
---
|
---
|
||||||
- include: fetch_configs.yml
|
|
||||||
|
|
||||||
- include: start_docker_rbd_mirror.yml
|
- include: start_docker_rbd_mirror.yml
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
---
|
---
|
||||||
- include: fetch_configs.yml
|
|
||||||
- include: start_docker_restapi.yml
|
- include: start_docker_restapi.yml
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
---
|
---
|
||||||
- include: fetch_configs.yml
|
|
||||||
|
|
||||||
- include: start_docker_rgw.yml
|
- include: start_docker_rgw.yml
|
||||||
|
|
||||||
- include: copy_configs.yml
|
- include: copy_configs.yml
|
||||||
|
|
Loading…
Reference in New Issue