docker7: ufw: mf-filter (#366)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#366 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
dff8423378
commit
0ac98440f3
1 changed files with 5 additions and 0 deletions
|
@ -103,6 +103,11 @@
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
comment: 'munin'
|
comment: 'munin'
|
||||||
from_ip: 0.0.0.0/0
|
from_ip: 0.0.0.0/0
|
||||||
|
- rule: allow
|
||||||
|
to_port: 443
|
||||||
|
protocol: tcp
|
||||||
|
comment: 'mf-filter' # da mgrote.net auf tarefik umgelietet wird funktioniert sonst mf-filter nicht, daher hier explizit Port 443 freigegeben
|
||||||
|
from_ip: 0.0.0.0/0
|
||||||
### geerlingguy.pip
|
### geerlingguy.pip
|
||||||
pip_package: python3-pip
|
pip_package: python3-pip
|
||||||
pip_install_packages:
|
pip_install_packages:
|
||||||
|
|
Loading…
Reference in a new issue