Use upstream config_template collection
authorDmitriy Rabotyagov <noonedeadpunk@ya.ru>
Thu, 13 Jan 2022 15:57:50 +0000 (17:57 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 18 Jan 2022 19:22:10 +0000 (20:22 +0100)
commit2eb0a88a6701ac81275be35a99131a2bb3163035
treed84480df226d65859a5169f261267779480204fc
parent583e60af84180f0414d67ee52c3ec7cd64ddb4dd
Use upstream config_template collection

In order to reduce need of module
internal maintenance and to join forces on plugin development,
it's proposed to switch to using upstream version of
config_template module.

As it's shipped as collection, it's installation for end-users
is trivial and aligns with general approach of shipping extra modules.

Signed-off-by: Dmitriy Rabotyagov <noonedeadpunk@ya.ru>
20 files changed:
.github/workflows/ansible-lint.yml
.gitignore
docs/source/index.rst
infrastructure-playbooks/take-over-existing-cluster.yml
library/config_template [deleted file]
plugins/actions/config_template.py [deleted file]
requirements.yml [new file with mode: 0644]
roles/ceph-common/plugins/actions/config_template.py [deleted file]
roles/ceph-config/tasks/main.yml
roles/ceph-grafana/tasks/configure_grafana.yml
roles/ceph-iscsi-gw/tasks/common.yml
roles/ceph-mds/tasks/non_containerized.yml
roles/ceph-mgr/tasks/start_mgr.yml
roles/ceph-mon/tasks/start_monitor.yml
roles/ceph-nfs/tasks/start_nfs.yml
roles/ceph-osd/tasks/start_osds.yml
roles/ceph-prometheus/tasks/main.yml
roles/ceph-rbd-mirror/tasks/start_rbd_mirror.yml
roles/ceph-rgw/tasks/start_radosgw.yml
tox.ini