Skip to content

Commit

Permalink
add hpsa, hpom
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Feb 26, 2021
1 parent 8c2ee3f commit d318bc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions it-windows-base/ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ locals {
n_ansible = ["172.24.12.239/32"]
n_encase = ["148.129.121.72/32"]
n_riverbed = ["172.24.100.107/32"]
n_hpsa = ["172.24.100.141/32", "172.24.100.154/32", "172.24.100.165/32"]
n_hpomtcp = ["172.24.105.24/32"]
n_hpomudp = ["172.24.105.24/32"]
source_groups = ["all", "external"]
name = var.name
ports = [
Expand All @@ -36,6 +39,9 @@ locals {
[4445, 4445, "tcp", "EnCase", local.n_encase, ["external"]],
[5986, 5986, "tcp", "WinRM-https", local.n_ansible, ["external"]],
[27401, 27401, "tcp", "TransactionAgent", local.n_riverbed, ["external"]],
[1002, 1002, "tcp", "HPSA", local.n_hpsa, ["external"]],
[383, 383, "tcp", HPOM, local.n_hpomtcp, ["external"]],
[383, 383, "udp", HPOM, local.n_hpomudp, ["externa;"]],
]

# these are ignored
Expand Down

0 comments on commit d318bc5

Please sign in to comment.