ceph-ansible/roles/ceph-config
Major Hayden 5676fa23b1 Convert interface names to underscores for facts
If a deployer uses an interface name with a dash/hyphen in it, such
as 'br-storage' for the monitor_interface group_var, the ceph.conf.j2
template fails to find the right facts. It looks for
'ansible_br-storage' but only 'ansible_br_storage' exists.

This patch converts the interface name to underscores when the
template does the fact lookup.
2017-12-12 09:03:40 +01:00
..
meta ceph-config: Add support for the openSUSE Leap distributions 2017-11-14 10:51:23 +00:00
tasks Use check_mode instead of always_run 2017-10-25 09:53:34 -05:00
templates Convert interface names to underscores for facts 2017-12-12 09:03:40 +01:00
LICENSE ceph-config: add missing meta and files for the galaxy 2017-08-24 11:33:03 +02:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-config

Documentation is available at http://docs.ceph.com/ceph-ansible/.