Skip to content
Snippets Groups Projects
Commit bd5714cb authored by Dani Quilez's avatar Dani Quilez
Browse files

Merge branch 'expose_postgres_bi' into 'master'

regles firewall

See merge request coopdevs/odoo-vertical-carsharing-inventory!10
parents afcd78d4 cd20e1a1
No related branches found
No related tags found
1 merge request!1Release - Juni 2022
---
# Enable firewall
firewall_enabled: True
firewall_allowed_tcp_ports:
- "22" # for SSH
- "80" # for HTTP. Nginx redirects it to 443
- "443" # for HTTPS.
firewall_additional_rules:
- "iptables -A INPUT -p tcp --dport {{ expose_postgresql_port }} -s {{ bi_ip }} -j ACCEPT"
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