summaryrefslogtreecommitdiff
path: root/firewall.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'firewall.yaml')
-rw-r--r--firewall.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/firewall.yaml b/firewall.yaml
index 7c863220..2ef201be 100644
--- a/firewall.yaml
+++ b/firewall.yaml
@@ -98,6 +98,22 @@
protocol: udp
remote_ip_prefix: 0.0.0.0/0
+ - name: haste-server security group
+ os_security_group:
+ name: haste-server
+ description: Allow incoming TCP requests for haste server
+ state: present
+
+ - name: haste-server security group -- allow incoming TCP on port 7777 for Haste server
+ os_security_group_rule:
+ security_group: haste-server
+ direction: ingress
+ port_range_min: 7777
+ port_range_max: 7777
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
- name: git-server security group
os_security_group:
name: git-server