feat(security): added nftables firewall
This commit is contained in:
parent
7e617bc471
commit
639b01c351
9 changed files with 211 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
security: "{{ security | combine(custom_security, recursive=recursive_combine) }}"
|
||||
changed_when: false
|
||||
|
||||
- include_tasks: firewall.yml
|
||||
|
||||
- name: '[apt] force HTTPS sources'
|
||||
become: true
|
||||
when: security.apt.force_https is truthy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue