Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 63e47584 authored by freezed's avatar freezed :mountain:
Browse files

:adhesive_bandage: SYSTEM Fix PVE port acess

parent b770ce68
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,14 @@
port: '80'
proto: tcp
- name: UFW | allow tcp port 8006 IN
when: inventory_hostname in groups.pve
community.general.ufw:
direction: in
rule: allow
port: '8006'
proto: tcp
- name: UFW | enable & set logging
community.general.ufw:
logging: low
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment