mirror of https://github.com/ceph/ceph-ansible.git
11 lines
226 B
YAML
11 lines
226 B
YAML
|
---
|
||
|
# You can override vars by using host or group vars
|
||
|
|
||
|
###########
|
||
|
# GENERAL #
|
||
|
###########
|
||
|
|
||
|
# The agent needs a master_host defined so that it can connect
|
||
|
# and push information back to it
|
||
|
master_host: "localhost"
|