kayobe/ansible/ceph-block-devices.yml
Mark Goddard 07b2f06a82 Support Ansible 2.5
Raises the maximum Ansible version in requirements.txt to Ansible 2.5.x
for both kayobe and kolla ansible.

Also removes the hack to use a patched parted module for ceph block
device management, as Ansible 2.4 contains the required fix.

Change-Id: I0d2f564eb1ddb63b07829d6f0d918af26887db97
Story: 2001649
Task: 6668
2018-06-06 12:45:51 +01:00

9 lines
153 B
YAML

---
- name: Ensure Ceph disk are tagged
hosts: overcloud
tags:
- kolla-ceph
roles:
- role: kolla-ceph
when: kolla_enable_ceph | bool