erm.... use ceph-ansible? :) go to github, and find the correct branch associated with the particular release of ceph you want to use. then try to follow the ceph-ansible docs on setup. For example, to use ceph octopus, you are best off with the "STABLE-5" branch. After that, a hint: Just try to get 3 "mon" nodes working initially. you will also want to use an ansible host inventory in yml format for maximum flexibility. example: all: children: mons: hosts: cephmon01: cephmon02: cephmon03: mgrs: children: mons ----- Original Message ----- From: "Jared Jacob" <jhamster@xxxxxxxxxxxx> To: "ceph-users" <ceph-users@xxxxxxx> Sent: Thursday, April 15, 2021 9:57:02 AM Subject: Fresh install of Ceph using Ansible I am looking to rebuild my ceph cluster using ansible.What is the best way to start this process? _______________________________________________ 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