mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
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 }
|