ansible-collection-kolla/roles/baremetal/tasks/main.yml
Michal Nasiadka b4f1d3c993 Bump ansible-lint
Sync the versions with kolla-ansible

Depends-On: https://review.opendev.org/c/openstack/kayobe/+/883744

Change-Id: I744d64e1e69021f93497fcf127a6abd315f04669
2023-05-22 12:55:26 +00:00

16 lines
315 B
YAML

---
- import_role:
name: openstack.kolla.etc_hosts
- import_tasks: pre-install.yml
- import_tasks: install.yml
- import_tasks: post-install.yml
- name: Configure ceph for zun
include_tasks: configure-ceph-for-zun.yml
when:
- zun_configure_for_cinder_ceph | bool
- "'zun-compute' in group_names"