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:
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.


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@ceph.io
To unsubscribe send an email to ceph-users-leave@ceph.io