feat(security): add tags to target security role or firewall actions

This commit is contained in:
NaeiKinDus 2024-08-08 00:00:00 +00:00
parent 6b15ecc3a6
commit 641bf17fa4
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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