File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -6,26 +6,28 @@ firewall:
6
6
port: 9000:9001
7
7
source: *psf_internal_network
8
8
9
- salt_master_bugs_ams1:
10
- port: 4505:4506
11
- source: 188.166.48.69
12
-
13
- salt_master_mail1_ams1:
14
- port: 4505:4506
15
- source: 188.166.95.178
16
-
17
9
salt_master_psf_internal:
18
10
port: 4505:4506
19
11
source: *psf_internal_network
20
12
13
+ {# NOTE: These hosts do not run in the primary DC (NYC1) so firewall holes are poked for access #}
21
14
salt_master_pythontest:
22
15
port: 4505:4506
23
16
source: 159.89.235.38
24
17
18
+ salt_master_pythontest_noble:
19
+ port: 4505:4506
20
+ source: 68.183.26.59
21
+
25
22
salt_master_remote_backup:
26
23
port: 4505:4506
27
24
source: 138.68.57.99
28
25
26
+ salt_master_mail1_ams1:
27
+ port: 4505:4506
28
+ source: 188.166.95.178
29
+
30
+ {# TODO: this is used in development environments #}
29
31
salt_master_pebble:
30
32
port: 14000
31
33
source: *psf_internal_network
You can’t perform that action at this time.
0 commit comments