Adding the Ceph Ansible modules

We can use Git to clone the Ceph Ansible repository, as follows:

git clone https://github.com/ceph/ceph-ansible.gitgit checkout stable-3.2sudo cp -a ceph-ansible/* /etc/ansible/

We also need to install a few extra packages that ceph-ansible requires:

sudo apt-get install python-pip
sudo pip install notario netaddr

Let's also explore some key folders in the Git repository:

  • group_vars: We've already covered what ...

Get Mastering Ceph - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.