]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
docker: fail if systemd is not present
authorSébastien Han <seb@redhat.com>
Wed, 1 Feb 2017 16:18:17 +0000 (17:18 +0100)
committerSébastien Han <seb@redhat.com>
Fri, 3 Feb 2017 15:16:20 +0000 (16:16 +0100)
commit88a2b2de8c3b5d79173effca87fed73141e07abb
treee175f29d0bc01c7d77d9b3d9c2dd842d7079cc69
parent0d4cd0db7eeb1bdcdd2bed100aa784f7657075da
docker: fail if systemd is not present

Since we treat containers as services using systemd, systemd is an
absolute requirement.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-docker-common/tasks/main.yml [new file with mode: 0644]
roles/ceph-docker-common/tasks/system_checks.yml [new file with mode: 0644]