Skip to content

Commit

Permalink
docker2podman: add documentation/header
Browse files Browse the repository at this point in the history
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 36b4227)
  • Loading branch information
guits committed Apr 12, 2021
1 parent 74ed52e commit ad0bd5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infrastructure-playbooks/docker-to-podman.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ad0bd5f

Please sign in to comment.