mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 15:39:57 +00:00
11 lines
303 B
YAML
11 lines
303 B
YAML
- name: "reset (if enabled) for {{ role_name}}"
|
|
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
|
|
|
|
- include_tasks: utils/once_finalize.yml |