9 lines
132 B
YAML
9 lines
132 B
YAML
---
|
|
- name: Apply role baremetal
|
|
hosts: baremetal
|
|
gather_facts: no
|
|
roles:
|
|
- { role: baremetal,
|
|
tags: baremetal }
|
|
|