mirror of https://github.com/ceph/ceph-ansible.git
Fix followup on refact code (1469)
In addition to 7bb04a5
, these lines are no longer needed and can even
cause playbook failures.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/1626/head
parent
0c58257004
commit
3dfeffab43
|
@ -95,3 +95,4 @@
|
|||
(inventory_hostname in groups.get('rgws', []))
|
||||
|
||||
- include: selinux.yml
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
|
|
@ -2,8 +2,5 @@
|
|||
# Copy Ceph configs to host
|
||||
- include: copy_configs.yml
|
||||
|
||||
- include: selinux.yml
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
||||
- include: start_docker_nfs.yml
|
||||
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
---
|
||||
- include: fetch_configs.yml
|
||||
when: not containerized_deployment_with_kv
|
||||
|
||||
- include: start_docker_osd.yml
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
---
|
||||
- include: fetch_configs.yml
|
||||
|
||||
- include: start_docker_rbd_mirror.yml
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
---
|
||||
- include: fetch_configs.yml
|
||||
- include: start_docker_restapi.yml
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
- include: fetch_configs.yml
|
||||
|
||||
- include: start_docker_rgw.yml
|
||||
|
||||
- include: copy_configs.yml
|
||||
|
|
Loading…
Reference in New Issue