mirror of https://github.com/ceph/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 <gabrioux@redhat.com>
(cherry picked from commit 36b4227dcd
)
pull/6453/head
parent
3bf2c45123
commit
c0c90c6747
|
@ -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:
|
- hosts:
|
||||||
- mons
|
- mons
|
||||||
- osds
|
- osds
|
||||||
|
|
Loading…
Reference in New Issue