feat: Add pre-commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
7b2b1b8329
commit
0063f2157c
7 changed files with 30 additions and 7 deletions
|
@ -21,7 +21,7 @@
|
|||
comment: allow ping from the world
|
||||
|
||||
- name: Deny input connections by default
|
||||
ansible.builtin.iptables:
|
||||
ansible.builtin.iptables:
|
||||
chain: INPUT
|
||||
policy: DROP
|
||||
|
||||
|
@ -60,4 +60,4 @@
|
|||
state: latest
|
||||
|
||||
- name: Save iptables
|
||||
ansible.builtin.command: netfilter-persistent save
|
||||
ansible.builtin.command: netfilter-persistent save
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue