Skip to content

Commit

Permalink
remove the ufw rules for abid
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa committed Dec 18, 2024
1 parent d0f0b8d commit ab17e71
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions group_vars/abid/staging.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,5 @@
---
# firewall
ufw_firewall_rules:
# ssh
- protocol: tcp
source: 10.249.64.0/18
port: 22
action: ACCEPT
- protocol: tcp
source: 10.249.0.0/18
port: 22
action: ACCEPT
- protocol: tcp
source: 128.112.0.0/16
port: 22
action: ACCEPT
- protocol: tcp
source: 172.20.95.0/24
port: 22
action: ACCEPT
- protocol: tcp
source: 172.20.192.0/19
port: 22
action: ACCEPT
# http
- protocol: tcp
source: 128.112.200.0/21
port: 80
action: ACCEPT
- protocol: tcp
source: 128.112.0.0/16
port: 80
action: ACCEPT
- protocol: tcp
source: 172.20.80.0/22
port: 80
action: ACCEPT
ufw_firewall_after_rules: []
postgres_host: "lib-postgres-staging1.princeton.edu"
postgres_version: 15
postgresql_is_local: false
Expand Down

0 comments on commit ab17e71

Please sign in to comment.