kolla-ansible/ansible/kolla-host.yml
Christian Berendt 4c39f2e9fc Give plays in the playbooks a name
Change-Id: I44c2668a8ebb6dd3201a6eb4e47284871380e6d7
2016-12-05 15:40:56 +00:00

9 lines
132 B
YAML

---
- name: Apply role baremetal
hosts: baremetal
gather_facts: no
roles:
- { role: baremetal,
tags: baremetal }