--- # Variables here are applicable to all host groups NOT roles # This sample file generated by generate_group_vars_sample.sh # Dummy variable to avoid error because ansible does not recognize the # file as a good configuration file when no variable in it. dummy: ########### # GENERAL # ########### # Even though Client nodes should not have the admin key # at their disposal, some people might want to have it # distributed on Client nodes. Setting 'copy_admin_key' to 'true' # will copy the admin key to the /etc/ceph/ directory #copy_admin_key: false #user_config: false # When pg_autoscale_mode is set to True, you must add the target_size_ratio key with a correct value # `pg_num` and `pgp_num` keys will be ignored, even if specified. # eg: # test: # name: "test" # application: "rbd" # target_size_ratio: 0.2 #test: # name: "test" # application: "rbd" #test2: # name: "test2" # application: "rbd" #pools: # - "{{ test }}" # - "{{ test2 }}" # Generate a keyring using ceph-authtool CLI or python. # Eg: # $ ceph-authtool --gen-print-key # or # $ python2 -c "import os ; import struct ; import time; import base64 ; key = os.urandom(16) ; header = struct.pack('