feat: install iptables and ip6tables on Alpine
This commit is contained in:
parent
fa21820406
commit
0bd14cf4ad
1 changed files with 9 additions and 1 deletions
|
|
@ -1,2 +1,10 @@
|
|||
---
|
||||
# Configure routing
|
||||
|
||||
- name: "install iptables"
|
||||
community.general.apk:
|
||||
name:
|
||||
- "iptables"
|
||||
- "ip6tables"
|
||||
state: "present"
|
||||
update_cache: true
|
||||
become: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue