firewall - add port 80
This commit is contained in:
parent
d8d2a5f7ef
commit
2c76821ff4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ network_firewall_rules:
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- context:
|
- context:
|
||||||
STATE: {{ sls }}
|
STATE: {{ sls }}
|
||||||
ALLOWED_PORTS: [443, 25565, 51871]
|
ALLOWED_PORTS: [80, 443, 25565, 51871]
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
- mode: '0600'
|
- mode: '0600'
|
||||||
|
|
Loading…
Reference in a new issue