mirror of https://github.com/ceph/ceph-ansible.git
16 lines
511 B
Plaintext
16 lines
511 B
Plaintext
---
|
|
ceph_origin: repository
|
|
ceph_repository: dev
|
|
public_network: "192.168.89.0/24"
|
|
cluster_network: "192.168.90.0/24"
|
|
monitor_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
|
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
|
osd_objectstore: "bluestore"
|
|
copy_admin_key: true
|
|
ceph_conf_overrides:
|
|
global:
|
|
mon_allow_pool_size_one: true
|
|
mon_warn_on_pool_no_redundancy: false
|
|
osd_pool_default_size: 1
|
|
dashboard_enabled: False
|