This commit isolates and adds an explicit comment about variables not
intended to be modified by the user.
Fixes: #4828
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit
a234338eff4b4e35e1c0504ae2ee005e4ca76cf7)
##########
# DOCKER #
##########
-#container_exec_cmd:
-#docker: false
#ceph_docker_image: "ceph/daemon"
#ceph_docker_image_tag: latest
#ceph_docker_registry: docker.io
#use_fqdn_yes_i_am_sure: false
+
+######################################################
+# VARIABLES BELOW SHOULD NOT BE MODIFIED BY THE USER #
+# *DO NOT* MODIFY THEM #
+######################################################
+
+#container_exec_cmd:
+#docker: false
# - { name: client.test2, caps: { mon: "profile rbd", osd: "allow class-read object_prefix rbd_children, profile rbd pool=test2" }, mode: "{{ ceph_keyring_permissions }}" }
#ceph_nfs_ceph_user: { name: client.rgw.nfs0, key: 'SECRET==', caps: { mon: "allow rw", osd: "allow rwx" }, mode: "{{ ceph_keyring_permissions }}" }
-
#nb_retry_wait_osd_up: 60
#delay_wait_osd_up: 10
-
##########
# DOCKER #
##########
-#container_exec_cmd:
-#docker: false
ceph_docker_image: "rhceph/rhceph-4-rhel8"
ceph_docker_image_tag: "latest"
ceph_docker_registry: "registry.redhat.io"
#use_fqdn_yes_i_am_sure: false
+
+######################################################
+# VARIABLES BELOW SHOULD NOT BE MODIFIED BY THE USER #
+# *DO NOT* MODIFY THEM #
+######################################################
+
+#container_exec_cmd:
+#docker: false
##########
# DOCKER #
##########
-container_exec_cmd:
-docker: false
ceph_docker_image: "ceph/daemon"
ceph_docker_image_tag: latest
ceph_docker_registry: docker.io
###############
use_fqdn_yes_i_am_sure: false
+
+
+######################################################
+# VARIABLES BELOW SHOULD NOT BE MODIFIED BY THE USER #
+# *DO NOT* MODIFY THEM #
+######################################################
+
+container_exec_cmd:
+docker: false
\ No newline at end of file