chore: restructure tasks - install, routing, firewall, performance

This commit is contained in:
Simon Cornet 2026-02-16 14:17:09 +01:00
commit 36274f63f2
6 changed files with 17 additions and 5 deletions

View file

@ -12,7 +12,9 @@ This role configures router functionality on Alpine Linux.
## Tasks
1. **install** - Install router components
2. **config** - Configure router settings
2. **routing** - Configure routing
3. **firewall** - Configure firewall
4. **performance** - Configure performance
## Testing

View file

@ -1,2 +0,0 @@
---
# Configure router

2
tasks/firewall.yaml Normal file
View file

@ -0,0 +1,2 @@
---
# Configure firewall

View file

@ -3,5 +3,11 @@
- name: "install"
ansible.builtin.import_tasks: "install.yaml"
- name: "config"
ansible.builtin.import_tasks: "config.yaml"
- name: "routing"
ansible.builtin.import_tasks: "routing.yaml"
- name: "firewall"
ansible.builtin.import_tasks: "firewall.yaml"
- name: "performance"
ansible.builtin.import_tasks: "performance.yaml"

2
tasks/performance.yaml Normal file
View file

@ -0,0 +1,2 @@
---
# Configure performance

2
tasks/routing.yaml Normal file
View file

@ -0,0 +1,2 @@
---
# Configure routing