mirror of https://github.com/ceph/ceph-ansible.git
11 lines
313 B
Plaintext
11 lines
313 B
Plaintext
---
|
|
ceph_origin: repository
|
|
ceph_repository: community
|
|
public_network: "192.168.25.0/24"
|
|
cluster_network: "192.168.26.0/24"
|
|
radosgw_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
|
ceph_conf_overrides:
|
|
global:
|
|
osd_pool_default_size: 1
|
|
openstack_config: False
|
|
dashboard_enabled: True |