8 lines
103 B
YAML
8 lines
103 B
YAML
---
|
|
- hosts: baremetal
|
|
gather_facts: no
|
|
roles:
|
|
- { role: baremetal,
|
|
tags: baremetal }
|
|
|