kolla-ansible/ansible/kolla-host.yml

11 lines
161 B
YAML

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