mirror of https://github.com/ceph/ceph-ansible.git
22 lines
656 B
YAML
22 lines
656 B
YAML
---
|
|
fsid: "{{ cluster_uuid.stdout }}"
|
|
generate_fsid: true
|
|
ceph_docker_registry: docker.io
|
|
ceph_docker_enable_centos_extra_repo: false
|
|
|
|
mon_use_fqdn: false # if set to true, the MON name used will be the fqdn
|
|
|
|
# Set uid/gid to default '64045' for bootstrap directories.
|
|
# '64045' is used for debian based distros. It must be set to 167 in case of rhel based distros.
|
|
# These values have to be set according to the base OS used by the container image, NOT the host.
|
|
bootstrap_dirs_owner: "64045"
|
|
bootstrap_dirs_group: "64045"
|
|
#
|
|
############
|
|
# KV store #
|
|
############
|
|
kv_type: etcd
|
|
kv_endpoint: 127.0.0.1
|
|
kv_port: 4001
|
|
containerized_deployment_with_kv: false
|