Loading readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ This role configures router functionality on Alpine Linux. | Tag | Purpose | | --- | -------- | | `all` | Execute all tasks | | `full` | Execute all tasks | | `routing` | Configure routing and iptables | | `firewall` | Configure firewall rules | | `performance` | Configure performance tuning | tasks/main.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -4,19 +4,19 @@ - name: "routing" ansible.builtin.import_tasks: "routing.yaml" tags: - "all" - "full" - "routing" # firewall - name: "firewall" ansible.builtin.import_tasks: "firewall.yaml" tags: - "all" - "full" - "firewall" # performance - name: "performance" ansible.builtin.import_tasks: "performance.yaml" tags: - "all" - "full" - "performance" Loading
readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ This role configures router functionality on Alpine Linux. | Tag | Purpose | | --- | -------- | | `all` | Execute all tasks | | `full` | Execute all tasks | | `routing` | Configure routing and iptables | | `firewall` | Configure firewall rules | | `performance` | Configure performance tuning |
tasks/main.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -4,19 +4,19 @@ - name: "routing" ansible.builtin.import_tasks: "routing.yaml" tags: - "all" - "full" - "routing" # firewall - name: "firewall" ansible.builtin.import_tasks: "firewall.yaml" tags: - "all" - "full" - "firewall" # performance - name: "performance" ansible.builtin.import_tasks: "performance.yaml" tags: - "all" - "full" - "performance"