Convert setup_iptables to ansible role + Fix usertwist group don't exist error + Hardened Systemd unit #5

Closed
Mateo wants to merge 10 commits from dev into main
7 changed files with 104 additions and 19 deletions
Showing only changes of commit 95d216ccd5 - Show all commits

View File

@@ -16,6 +16,12 @@
chain: INPUT
policy: DROP
- name: Create iptables folder in /etc
ansible.builtin.file:
path: /etc/ansible
state: directory
mode: '0755'
- name: Save rules to keep them on reboot
community.general.iptables_state:
state: saved