Add csi plugin ansible and tutorial document
[stor4nfv.git] / ci / ansible / README.md
index 37a22f4..2bf2a80 100644 (file)
@@ -165,7 +165,7 @@ sudo ansible-playbook clean.yml -i local.hosts
 \r
 ### Run ceph-ansible playbook to clean ceph cluster if ceph is deployed\r
 ```bash\r
-cd /tmp/ceph-ansible\r
+cd /opt/ceph-ansible\r
 sudo ansible-playbook infrastructure-playbooks/purge-cluster.yml -i ceph.hosts\r
 ```\r
 \r
@@ -174,5 +174,5 @@ In addition, clean up the logical partition on the physical block device used by
 ### Remove ceph-ansible source code (optional)\r
 ```bash\r
 cd ..\r
-sudo rm -rf /tmp/ceph-ansible\r
+sudo rm -rf /opt/ceph-ansible\r
 ```\r