ceph-ansible/roles/ceph-mon/tasks
Sébastien Han 05331a2634 mon: fix with_items being evaluated before when
Ansible evaluates the 'with_items' before the 'when' so if the inventory
does not have the group declared it'll fail. To fix this, we set an
empty array to make the with_items happy and then evaluate with the
'when'.

Signed-off-by: Sébastien Han <seb@redhat.com>
2017-04-11 12:10:55 +02:00
..
docker mon: fix with_items being evaluated before when 2017-04-11 12:10:55 +02:00
calamari.yml calamari: Add debugging option 2017-03-14 10:53:05 +01:00
ceph_keys.yml mgr: add new role for ceph-mgr 2017-04-10 15:13:09 +02:00
check_mandatory_vars.yml common: do not run tasks in main.yml, use include 2016-12-09 16:00:46 +01:00
create_mds_filesystems.yml send fs commands to one mon 2017-03-01 11:05:56 -05:00
deploy_monitors.yml Remove support of releases prior to Jewel. 2017-01-31 11:00:54 +01:00
main.yml Resolve issues when groups names not in default value. 2017-03-27 21:44:30 +07:00
openstack_config.yml ceph-mon: Create openstack pools and keys even for containerized deployments 2017-03-16 10:53:53 +01:00
rbd_pool.yml mon: make sure osd_pool_default_size is honoured 2017-01-25 22:53:17 +01:00
rbd_pool_pgs.yml mon: make sure osd_pool_default_size is honoured 2017-01-25 22:53:17 +01:00
rbd_pool_size.yml mon: make sure osd_pool_default_size is honoured 2017-01-25 22:53:17 +01:00
secure_cluster.yml Remove support of releases prior to Jewel. 2017-01-31 11:00:54 +01:00
set_osd_pool_default_pg_num.yml ceph-mon: Create openstack pools and keys even for containerized deployments 2017-03-16 10:53:53 +01:00
start_monitor.yml enable ceph-mon.target service after monitor start 2017-04-06 16:58:32 +02:00