chore: add tag structure - all, routing, firewall, performance

This commit is contained in:
Simon Cornet 2026-02-16 14:18:45 +01:00
commit fa21820406

View file

@ -2,12 +2,23 @@
- name: "install"
ansible.builtin.import_tasks: "install.yaml"
tags:
- "all"
- name: "routing"
ansible.builtin.import_tasks: "routing.yaml"
tags:
- "all"
- "routing"
- name: "firewall"
ansible.builtin.import_tasks: "firewall.yaml"
tags:
- "all"
- "firewall"
- name: "performance"
ansible.builtin.import_tasks: "performance.yaml"
tags:
- "all"
- "performance"