Merge "Fix typo in all.yml"
This commit is contained in:
commit
dd35292aa6
@ -59,7 +59,7 @@ api_interface_address: "{{ hostvars[inventory_hostname]['ansible_' + api_interf
|
|||||||
################
|
################
|
||||||
# Chrony options
|
# Chrony options
|
||||||
################
|
################
|
||||||
# a list contains ntp servers
|
# A list contains ntp servers
|
||||||
external_ntp_servers:
|
external_ntp_servers:
|
||||||
- 0.pool.ntp.org
|
- 0.pool.ntp.org
|
||||||
- 1.pool.ntp.org
|
- 1.pool.ntp.org
|
||||||
@ -88,7 +88,7 @@ docker_restart_policy: "unless-stopped"
|
|||||||
# '0' means unlimited retries
|
# '0' means unlimited retries
|
||||||
docker_restart_policy_retry: "10"
|
docker_restart_policy_retry: "10"
|
||||||
|
|
||||||
# Common options used throughout docker
|
# Common options used throughout Docker
|
||||||
docker_common_options:
|
docker_common_options:
|
||||||
auth_email: "{{ docker_registry_email }}"
|
auth_email: "{{ docker_registry_email }}"
|
||||||
auth_password: "{{ docker_registry_password }}"
|
auth_password: "{{ docker_registry_password }}"
|
||||||
@ -518,7 +518,7 @@ ceph_osd_mount_options: "defaults,noatime"
|
|||||||
# Valid options are [ erasure, replicated ]
|
# Valid options are [ erasure, replicated ]
|
||||||
ceph_pool_type: "replicated"
|
ceph_pool_type: "replicated"
|
||||||
|
|
||||||
# Integrate ceph rados object gateway with openstack keystone
|
# Integrate Ceph Rados Object Gateway with OpenStack keystone
|
||||||
enable_ceph_rgw_keystone: "no"
|
enable_ceph_rgw_keystone: "no"
|
||||||
|
|
||||||
ceph_cinder_pool_name: "volumes"
|
ceph_cinder_pool_name: "volumes"
|
||||||
|
Loading…
Reference in New Issue
Block a user