Correction:
You can use stable5 with centos7 when dashboard not enabled.
- name: fail on unsupported CentOS release
fail:
msg: "CentOS release not supported {{ ansible_distribution_major_version }} with dashboard"
when:
- ansible_distribution == 'CentOS'
- ansible_distribution_major_version | int == 7
- not containerized_deployment | bool
- dashboard_enabled | bool
bye
Bernhard
On 13/07/2020 08:46, Bernhard Krieger wrote:
You can use stable5 with centos7 when dashboard not enabled.
- name: fail on unsupported CentOS release
fail:
msg: "CentOS release not supported {{ ansible_distribution_major_version }} with dashboard"
when:
- ansible_distribution == 'CentOS'
- ansible_distribution_major_version | int == 7
- not containerized_deployment | bool
- dashboard_enabled | bool
bye
Bernhard
On 13/07/2020 08:46, Bernhard Krieger wrote:
Hi,
i think this is what you're looking for.
https://github.com/ceph/ceph-ansible
http://docs.ceph.com/ceph-ansible/master/
Stable 4.0 supports CentOS7.
Stable 5.0 supports only CentOS8.
stable-3.0
Supports Ceph versionsjewel
andluminous
. This branch requires Ansible version2.4
.stable-3.1
Supports Ceph versionsluminous
andmimic
. This branch requires Ansible version2.4
.stable-3.2
Supports Ceph versionsluminous
andmimic
. This branch requires Ansible version2.6
.stable-4.0
Supports Ceph versionnautilus
. This branch requires Ansible version2.8
.stable-5.0
Supports Ceph versionoctopus
. This branch requires Ansible version2.9
.master
Supports the master branch of Ceph. This branch requires Ansible version2.9
.
bye
Bernhard
On 12/07/2020 09:13, Hauke Homburg wrote:
Hello,
Ich need to install in CentOS 7 Ceph with Ansible. I searched at Ansible
Galaxy and some Websites for a good Howto and Playbook.
Does anyone have a good Howto to do this?
Thanks for help.
Regards
Hauke
_______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx
_______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx