Skip to content

Commit

Permalink
added ports for ServiceNow Discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
gogel001 committed Feb 3, 2022
1 parent beeb7a9 commit 38ffb1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions it-windows-base/ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ locals {
n_ansible = ["172.24.12.239/32"]
n_encase = ["148.129.121.72/32"]
n_riverbed = ["172.24.100.107/32"]
n_servicenow = ["10.193.2.104/32", "10.193.2.104/32"]
# n_hpsa = ["172.24.100.141/32", "172.24.100.154/32", "172.24.100.165/32"]
# n_hpom = ["172.24.105.24/32"]
source_groups = ["all", "external"]
Expand All @@ -41,6 +42,8 @@ locals {
# [1002, 1002, "tcp", "HPSA", local.n_hpsa, ["external"]],
# [383, 383, "tcp", "HPOM", local.n_hpom, ["external"]],
# [383, 383, "udp", "HPOM", local.n_hpom, ["external"]],
[135, 135, "tcp", "ServiceNow Discovery", local.n_servicenow, ["external"]],
[1024, 65535, "tcp", "ServiceNow Discovery", local.n_servicenow, ["external"]],
]

# these are ignored
Expand Down

0 comments on commit 38ffb1d

Please sign in to comment.