feat(security): add tags to target security role or firewall actions
This commit is contained in:
parent
6b15ecc3a6
commit
641bf17fa4
2 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,11 @@
|
|||
gather_subset:
|
||||
- distribution
|
||||
|
||||
- include_tasks: firewall.yml
|
||||
- ansible.builtin.include_tasks:
|
||||
file: firewall.yml
|
||||
apply:
|
||||
tags: [firewall]
|
||||
tags: [firewall]
|
||||
|
||||
- name: '[apt] force HTTPS sources'
|
||||
become: true
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
name: nullified.infrastructure.security
|
||||
apply:
|
||||
tags: [security]
|
||||
tags: [security]
|
||||
tags: [security, firewall]
|
||||
- name: include common role
|
||||
ansible.builtin.include_role:
|
||||
name: nullified.infrastructure.common
|
||||
|
|
Loading…
Add table
Reference in a new issue