13 lines
267 B
YAML
13 lines
267 B
YAML
---
|
|
|
|
# create network
|
|
- name: "create network"
|
|
ansible.builtin.import_tasks: "network.yaml"
|
|
|
|
# install omni
|
|
- name: "install omni"
|
|
ansible.builtin.import_tasks: "omni.yaml"
|
|
|
|
# cleanup docker
|
|
- name: "cleanup docker"
|
|
ansible.builtin.import_tasks: "cleanup.yaml"
|