mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 19:05:32 +00:00
11 lines
299 B
YAML
11 lines
299 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/flag.yml |