mirror of https://github.com/ceph/ceph-ansible.git
55420d6253
This commit splits the current `ceph-container-common` role.
This introduces a new role `ceph-container-engine` which handles the
tasks specific to the installation of containers tools (docker/podman).
This is needed for the ceph-dashboard implementation for 2 main reasons:
1/ Since the ceph-dashboard stack is only containerized, we must install
everything needed to run containers even in non containerized
deployments. Splitting this role allows us to not have to call the full
`ceph-container-common` role which would run a bunch of unneeded tasks
that would have been skipped anyway.
2/ The current implementation would have required to run
`ceph-container-common` on all ceph-clients nodes which would have been
conflicting with
|
||
---|---|---|
.. | ||
meta | ||
tasks | ||
vars | ||
README.md |
README.md
Ansible role: ceph-container-engine
Documentation is available at http://docs.ceph.com/ceph-ansible/.