From: Guillaume Abrioux Date: Mon, 12 Apr 2021 07:25:25 +0000 (+0200) Subject: docker2podman: add documentation/header X-Git-Tag: v5.0.6~30 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ad0bd5f90793f600034ec50b93c482971e313abf;p=ceph-ansible.git docker2podman: add documentation/header this adds a small documentation in the header of the playbook in order to explain what is the goal of this playbook. Signed-off-by: Guillaume Abrioux (cherry picked from commit 36b4227dcd79c2525102f8c3102771cfab7fe693) --- diff --git a/infrastructure-playbooks/docker-to-podman.yml b/infrastructure-playbooks/docker-to-podman.yml index d409a5f1c..9ebb45707 100644 --- a/infrastructure-playbooks/docker-to-podman.yml +++ b/infrastructure-playbooks/docker-to-podman.yml @@ -1,3 +1,10 @@ +--- +# This playbook is intended to be used as part of the el7 to el8 OS upgrade. +# It modifies the systemd unit files so containers are launched with podman +# instead of docker after the OS reboot once it is upgraded. +# It is *not* intended to restart services since we don't want multiple services +# restarts. + - hosts: - mons - osds