openstack-ansible-ceph_client/tasks/main.yml
Jesse Pretorius e3cfe9f625 Make ceph_all include dynamic
When ceph is not being used, the dynamic inclusion
results in all the tasks being skipped - speeding
up the deployment of the role.

Change-Id: Ic1d07f3ed48565b1391d3b5575553568b1463f06
2017-07-27 11:44:59 +01:00

23 lines
748 B
YAML

---
# Copyright 2015, Serge van Ginderachter <serge@vanginderachter.be>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- include: ceph_all.yml
static: no
when:
- ceph_mons != []
- ceph_mons | list == ceph_mons
tags:
- ceph-config