Commit bb139b80 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: rename all tag to full

parent 7c5d13bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 |
+3 −3
Original line number Diff line number Diff line
@@ -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"