mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-08 14:32:09 -03:30
12 lines
220 B
YAML
12 lines
220 B
YAML
---
|
|
- name: Create nodes as docker containers
|
|
hosts: localhost
|
|
gather_facts: false
|
|
roles:
|
|
- { role: dind-host }
|
|
|
|
- name: Customize each node containers
|
|
hosts: containers
|
|
roles:
|
|
- { role: dind-cluster }
|