]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
rbdmirror: refact tasks directory layout
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 30 Sep 2019 07:36:00 +0000 (09:36 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 1 Oct 2019 16:50:51 +0000 (18:50 +0200)
commit7f902994b320d46f57c088b822217b7e77792c92
tree25dce069af6891a7342812e1890697f71916cd33
parentd7a06c67dbc98d2666c2cf1574baa7c557603872
rbdmirror: refact tasks directory layout

This commit moves containerized deployment related files to `./tasks/`
directory. This is needed to make `docker-to-podman.yml` working since
we use `tasks_from:` option.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit c69816c6b755295e33a9b96d64627de1683b0a46)
infrastructure-playbooks/docker-to-podman.yml
roles/ceph-rbd-mirror/tasks/container/main.yml [deleted file]
roles/ceph-rbd-mirror/tasks/container/start_docker_rbd_mirror.yml [deleted file]
roles/ceph-rbd-mirror/tasks/container/systemd.yml [deleted file]
roles/ceph-rbd-mirror/tasks/main.yml
roles/ceph-rbd-mirror/tasks/start_docker_rbd_mirror.yml [new file with mode: 0644]
roles/ceph-rbd-mirror/tasks/systemd.yml [new file with mode: 0644]