Initial commit
This commit is contained in:
commit
f22e5301aa
11 changed files with 58 additions and 0 deletions
8
tasks/setup.yml
Normal file
8
tasks/setup.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- name: copy firewall template
|
||||
template:
|
||||
src: 'templates/nftables.j2'
|
||||
dest: '/etc/nftables.conf'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0600'
|
||||
notify: restart nftables
|
||||
Loading…
Add table
Add a link
Reference in a new issue