mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-17 17:26:42 +02:00
9 lines
242 B
YAML
9 lines
242 B
YAML
- name: "reset (if enabled)"
|
|
include_tasks: 02_reset.yml
|
|
when: MODE_RESET | bool
|
|
|
|
- name: "Setup '{{ application_id }}' docker"
|
|
include_tasks: 03_docker.yml
|
|
|
|
- name: "Setup '{{ application_id }}' network"
|
|
include_tasks: 04_network.yml |