mirror of https://github.com/ceph/ceph-ansible.git
14 lines
410 B
Plaintext
14 lines
410 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_distribution == 'CentOS' else 'ens6' }}"
|
||
|
radosgw_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
||
|
osd_objectstore: "bluestore"
|
||
|
osd_scenario: lvm
|
||
|
copy_admin_key: true
|
||
|
ceph_conf_overrides:
|
||
|
global:
|
||
|
osd_pool_default_size: 1
|