]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-infra: add new role ceph-infra
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 5 Oct 2018 13:42:52 +0000 (15:42 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Wed, 10 Oct 2018 15:44:33 +0000 (15:44 +0000)
commitb3a71eeb08e9cdb2607ed60d724f387a0a24d3de
tree4ad35cf45a5aa47b4af53b0d1c3ca2fc7a1539e9
parent8dcc8d1434dbe2837d91162f4647246c54826e97
ceph-infra: add new role ceph-infra

this role manages ceph infra services such as ntp, firewall, ...

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-common/tasks/main.yml
roles/ceph-common/tasks/misc/configure_firewall_rpm.yml [deleted file]
roles/ceph-common/tasks/misc/ntp_debian.yml [deleted file]
roles/ceph-common/tasks/misc/ntp_rpm.yml [deleted file]
roles/ceph-infra/meta/main.yml [new file with mode: 0644]
roles/ceph-infra/tasks/configure_firewall_rpm.yml [new file with mode: 0644]
roles/ceph-infra/tasks/main.yml [new file with mode: 0644]
roles/ceph-infra/tasks/ntp_debian.yml [new file with mode: 0644]
roles/ceph-infra/tasks/ntp_rpm.yml [new file with mode: 0644]
site.yml.sample