# mimic: 13
# Directory to fetch cluster fsid, keys etc...
-#fetch_directory: fetch/
+fetch_directory: ~/ceph-ansible-keys
# The 'cluster' variable determines the name of the cluster.
# Changing the default value to something else means that you will
# - 'distro' means that no separate repo file will be added
# you will get whatever version of Ceph is included in your Linux distro.
# 'local' means that the ceph binaries will be copied over from the local machine
-#ceph_origin: "{{ 'repository' if ceph_rhcs or ceph_stable or ceph_dev or ceph_stable_uca or ceph_custom else 'dummy' }}" # backward compatibility with stable-2.2, will disappear in stable 3.1
+ceph_origin: repository
#valid_ceph_origins:
# - repository
# - distro
# - local
-#ceph_repository: "{{ 'community' if ceph_stable else 'rhcs' if ceph_rhcs else 'dev' if ceph_dev else 'uca' if ceph_stable_uca else 'custom' if ceph_custom else 'dummy' }}" # backward compatibility with stable-2.2, will disappear in stable 3.1
+ceph_repository: rhcs
#valid_ceph_repository:
# - community
# - rhcs
#docker_pull_timeout: "300s"
-
#############
# OPENSTACK #
#############