Files
dsk-iac/kubespray/contrib/dind/dind-cluster.yaml
havelight-ee 4c32a7239d update
2023-05-30 14:44:26 +09:00

10 lines
139 B
YAML

---
- hosts: localhost
gather_facts: False
roles:
- { role: dind-host }
- hosts: containers
roles:
- { role: dind-cluster }