kolla-ansible/ansible/kolla-host.yml

10 lines
168 B
YAML

---
- import_playbook: gather-facts.yml
- name: Apply role baremetal
hosts: baremetal
gather_facts: no
roles:
- { role: baremetal,
tags: baremetal }