ceph-ansible/group_vars
Sébastien Han 4407967de0 Using config_template
Thanks to @cloudnull great patch at
https://github.com/ansible/ansible/pull/12555
we now have the ability to add more configuration options instead of
having to push a PR to add a new option to the template. So you can
dynamically add and remove flags.

To use it, edit `ceph_conf_overrides` in `group_vars/all` like so:

```
ceph_conf_overrides
 global:
     foo: 12345
     bar: 6789
```

Signed-off-by: Sébastien Han <seb@redhat.com>
2015-12-16 17:19:50 +01:00
..
all.sample Using config_template 2015-12-16 17:19:50 +01:00
mdss.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00
mons.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00
osds.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00
restapis.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00
rgws.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00