ceph.conf file generation task in ceph-common role was getting failed
because it ansible cant find defination of varriable mon_containerized_deployment_with_kv
This fix declare mon_containerized_deployment_with_kv under ceph-common/defaults/main.yml which fixes this issue
Signed-off-by: ksingh7 <karan.singh731987@gmail.com>
#docker: false
+# Do not comment the variable mon_containerized_deployment_with_kv here. This variable is being used
+# by ceph.conf.j2 template. so it should always be defined
+#mon_containerized_deployment_with_kv: false
+
##########
docker: false
+
+# Do not comment the variable mon_containerized_deployment_with_kv here. This variable is being used
+# by ceph.conf.j2 template. so it should always be defined
+mon_containerized_deployment_with_kv: false