feat: rename all tag to full
This commit is contained in:
parent
7c5d13bfa6
commit
bb139b8076
2 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ This role configures router functionality on Alpine Linux.
|
||||||
|
|
||||||
| Tag | Purpose |
|
| Tag | Purpose |
|
||||||
| --- | -------- |
|
| --- | -------- |
|
||||||
| `all` | Execute all tasks |
|
| `full` | Execute all tasks |
|
||||||
| `routing` | Configure routing and iptables |
|
| `routing` | Configure routing and iptables |
|
||||||
| `firewall` | Configure firewall rules |
|
| `firewall` | Configure firewall rules |
|
||||||
| `performance` | Configure performance tuning |
|
| `performance` | Configure performance tuning |
|
||||||
|
|
|
||||||
|
|
@ -4,19 +4,19 @@
|
||||||
- name: "routing"
|
- name: "routing"
|
||||||
ansible.builtin.import_tasks: "routing.yaml"
|
ansible.builtin.import_tasks: "routing.yaml"
|
||||||
tags:
|
tags:
|
||||||
- "all"
|
- "full"
|
||||||
- "routing"
|
- "routing"
|
||||||
|
|
||||||
# firewall
|
# firewall
|
||||||
- name: "firewall"
|
- name: "firewall"
|
||||||
ansible.builtin.import_tasks: "firewall.yaml"
|
ansible.builtin.import_tasks: "firewall.yaml"
|
||||||
tags:
|
tags:
|
||||||
- "all"
|
- "full"
|
||||||
- "firewall"
|
- "firewall"
|
||||||
|
|
||||||
# performance
|
# performance
|
||||||
- name: "performance"
|
- name: "performance"
|
||||||
ansible.builtin.import_tasks: "performance.yaml"
|
ansible.builtin.import_tasks: "performance.yaml"
|
||||||
tags:
|
tags:
|
||||||
- "all"
|
- "full"
|
||||||
- "performance"
|
- "performance"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue