In addition to
7bb04a5, these lines are no longer needed and can even
cause playbook failures.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(inventory_hostname in groups.get('rgws', []))
- include: selinux.yml
+ when: ansible_os_family == 'RedHat'
# Copy Ceph configs to host
- include: copy_configs.yml
-- include: selinux.yml
- when: ansible_os_family == 'RedHat'
-
- include: start_docker_nfs.yml
---
-- include: fetch_configs.yml
- when: not containerized_deployment_with_kv
-
- include: start_docker_osd.yml
---
-- include: fetch_configs.yml
-
- include: start_docker_rbd_mirror.yml
---
-- include: fetch_configs.yml
- include: start_docker_restapi.yml
---
-- include: fetch_configs.yml
-
- include: start_docker_rgw.yml
- include: copy_configs.yml