8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452fd20 commit 6092d74Copy full SHA for 6092d74
ansible/tasks/finalize-ami.yml
@@ -21,6 +21,20 @@
21
tags:
22
- install-pgbouncer
23
24
+- name: UFW - Allow connections to http (80)
25
+ ufw:
26
+ rule: allow
27
+ port: http
28
+ tags:
29
+ - install-supabase-internal
30
+
31
+- name: UFW - Allow connections to https (443)
32
33
34
+ port: https
35
36
37
38
- name: UFW - Deny all other incoming traffic by default
39
ufw:
40
state: enabled
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "14.1.0.65"
+postgres-version = "14.1.0.66"
0 commit comments