]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
iscsigw: refact tasks directory layout
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 30 Sep 2019 07:21:41 +0000 (09:21 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Tue, 1 Oct 2019 14:27:51 +0000 (10:27 -0400)
commit4636f3f7e29267398495dc37db2fa511dae6596b
treef0bf0550e073ffc103a3b04e0cd535b36831498d
parentf2017dcda276455e9fee42de1d593439cb94c0e9
iscsigw: 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>
infrastructure-playbooks/docker-to-podman.yml
roles/ceph-iscsi-gw/tasks/container/containerized.yml [deleted file]
roles/ceph-iscsi-gw/tasks/container/systemd.yml [deleted file]
roles/ceph-iscsi-gw/tasks/containerized.yml [new file with mode: 0644]
roles/ceph-iscsi-gw/tasks/main.yml
roles/ceph-iscsi-gw/tasks/systemd.yml [new file with mode: 0644]