22 lines
363 B
YAML
22 lines
363 B
YAML
---
|
|
|
|
# routing
|
|
- name: "routing"
|
|
ansible.builtin.import_tasks: "routing.yaml"
|
|
tags:
|
|
- "full"
|
|
- "routing"
|
|
|
|
# firewall
|
|
- name: "firewall"
|
|
ansible.builtin.import_tasks: "firewall.yaml"
|
|
tags:
|
|
- "full"
|
|
- "firewall"
|
|
|
|
# performance
|
|
- name: "performance"
|
|
ansible.builtin.import_tasks: "performance.yaml"
|
|
tags:
|
|
- "full"
|
|
- "performance"
|