tripleo-validations/playbooks/ceph-ansible-installed.yaml

17 lines
421 B
YAML

---
- hosts: undercloud
vars:
metadata:
name: Check if ceph-ansible is installed on the undercloud
description: |
Prints a message if ceph-ansible isn't installed
groups:
- pre-deployment
- pre-ceph
fail_without_ceph_ansible: false
ceph_ansible_repo: "centos-ceph-nautilus"
tasks:
- include_role:
name: ceph
tasks_from: ceph-ansible-installed