* project: fix ansible-lint name Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: ignore jinja template error in names Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: capitalize ansible name Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: update notify after name capitalization Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
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 }
|