10 lines
139 B
YAML
10 lines
139 B
YAML
---
|
|
- hosts: localhost
|
|
gather_facts: False
|
|
roles:
|
|
- { role: dind-host }
|
|
|
|
- hosts: containers
|
|
roles:
|
|
- { role: dind-cluster }
|