Copy ceph-ansible package on ceph-node1 from the Ceph-Cookbook-Second-Edition directory.
- Use vagrant as the password for the root user:
# cd Ceph-Designing-and-Implementing-Scalable-Storage-Systems # scp ceph-ansible-2.2.10-38.g7ef908a.el7.noarch.rpm root@ceph-node1:/root
- Log in to ceph-node1 and install ceph-ansible on ceph-node1:
[root@ceph-node1 ~]# yum install ceph-ansible-2.2.10-38.g7ef908a.el7.noarch.rpm -y
- Update the Ceph hosts to /etc/ansible/hosts:
- Verify that Ansible can reach the Ceph hosts mentioned ...