----
-# Variables here are applicable to all host groups NOT roles
-
-# Dummy variable to avoid error because ansible does not recognize the file as a good configuration file when no variable in it.
-dummy:
-
-# Monitor options
-#monitor_secret: # /!\ GENERATE ONE WITH 'ceph-authtool --gen-print-key' /!\
-#cephx: true
-
-# Rados Gateway options
-#radosgw: false
+---\r
+# You can override vars by using host or group vars\r
+# Variables here are applicable to all host groups NOT roles\r
+\r
+# Dummy variable to avoid error because ansible does not recognize the file as a good configuration file when no variable in it.\r
+dummy:\r
+\r
+###########\r
+# GENERAL #\r
+###########\r
+\r
+# ACTIVATE BOTH FSID AND MONITOR_SECRET VARIABLES FOR NON-VAGRANT DEPLOYMENT\r
+#fsid: "{{ cluster_uuid.stdout }}"\r
+# monitor_secret:\r
+#cephx: true\r
+\r
+# Rados Gateway options\r
+# referenced in common role too.\r
+#radosgw: false\r
+\r
+# CephFS\r
+#pool_default_pg_num: 128\r
+#cephfs_data: cephfs_data\r
+#cephfs_metadata: cephfs_metadata\r
+#cephfs: cephfs\r
+\r
+# Ceph REST API\r
+# referenced in common role too.\r
+#restapi: false\r
+\r
+# Secure your cluster\r
+# This will set the following flags on all the pools:\r
+# * nosizechange\r
+# * nopgchange\r
+# * nodelete\r
+\r
+#secure_cluster: false\r
+#secure_cluster_flags:\r
+# - nopgchange\r
+# - nodelete\r
+# - nosizechange\r
+#\r
+\r
+#############\r
+# OPENSTACK #\r
+#############\r
+\r
+#openstack_config: false\r
+#openstack_glance_pool: images\r
+#openstack_cinder_pool: volumes\r
+#openstack_nova_pool: vms\r
+#openstack_cinder_backup_pool: backups\r
+#\r
+#openstack_keys:\r
+# - { name: client.glance, value: "mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool={{ openstack_glance_pool }}'" }\r
+# - { name: client.cinder, value: "mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool={{ openstack_cinder_pool }}, allow rwx pool={{ openstack_nova_pool }}, allow rx pool={{ openstack_glance_pool }}'" }\r
+# - { name: client.cinder-backup, value: "mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool={{ openstack_cinder_backup_pool }}'" }\r
+\r
+\r
+##########\r
+# DOCKER #\r
+##########\r
+\r
+#ceph_containerized_deployment: false\r
+#ceph_mon_docker_interface: eth0\r
+#ceph_mon_docker_username: ceph\r
+#ceph_mon_docker_imagename: "mon:latest"\r