kolla-ansible/ansible/bifrost.yml

11 lines
184 B
YAML

---
- import_playbook: detect-release.yml
vars:
detect_release_hosts: bifrost
- name: Apply role bifrost
hosts: bifrost
roles:
- { role: bifrost,
tags: bifrost}