|
3 | 3 | {
|
4 | 4 | "hostname" : "Landshark",
|
5 | 5 | "ip_address" : "delphix01",
|
6 |
| - "username" : "delphix_admin", |
| 6 | + "username" : "admin", |
7 | 7 | "password" : "delphix",
|
8 | 8 | "port" : "80",
|
9 | 9 | "default" : "false",
|
|
13 | 13 | {
|
14 | 14 | "hostname" : "Landshark2",
|
15 | 15 | "ip_address" : "delphix02",
|
16 |
| - "username" : "delphix_admin", |
| 16 | + "username" : "admin", |
17 | 17 | "password" : "delphix",
|
18 | 18 | "port" : "443",
|
19 | 19 | "default" : "true",
|
20 | 20 | "encrypted" : "false",
|
21 |
| - "protocol" : "https" |
| 21 | + "protocol" : "https" |
22 | 22 | },
|
23 | 23 | {
|
24 | 24 | "hostname" : "Delphix32",
|
25 | 25 | "ip_address" : "192.168.1.32",
|
26 |
| - "username" : "delphix_admin", |
| 26 | + "username" : "admin", |
27 | 27 | "password" : "#papapaewiru32472931u12",
|
28 | 28 | "port" : "80",
|
29 | 29 | "default" : "true",
|
30 | 30 | "encrypted" : "true"
|
31 | 31 | },
|
32 |
| - { |
33 |
| - "hostname" : "marcinapi", |
34 |
| - "ip_address" : "192.168.1.32", |
35 |
| - "clientid" : "0oa6rs0js1f1zrueye", |
36 |
| - "clientsecret" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", |
37 |
| - "port" : "80", |
38 |
| - "default" : "true", |
39 |
| - "encrypted" : "false", |
40 |
| - "timeout" : "60" |
41 |
| - } |
| 32 | + { |
| 33 | + "hostname" : "Delphix32", |
| 34 | + "ip_address" : "192.168.1.32", |
| 35 | + "username" : "admin", |
| 36 | + "passwordvar" : "DELPASS", |
| 37 | + "port" : "80", |
| 38 | + "default" : "true", |
| 39 | + "encrypted" : "false" |
| 40 | + }, |
| 41 | + { |
| 42 | + "hostname" : "Delphix32", |
| 43 | + "ip_address" : "192.168.1.32", |
| 44 | + "username" : "admin", |
| 45 | + "passwordscript" : "/home/delphix/givemepass.sh", |
| 46 | + "additionalopt" : "safefordelphix32", |
| 47 | + "port" : "80", |
| 48 | + "default" : "true", |
| 49 | + "encrypted" : "false" |
| 50 | + }, |
| 51 | + { |
| 52 | + "hostname" : "marcinapi", |
| 53 | + "ip_address" : "192.168.1.32", |
| 54 | + "clientid" : "0oa6rs0js1f1zrueye", |
| 55 | + "clientsecret" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", |
| 56 | + "port" : "80", |
| 57 | + "default" : "true", |
| 58 | + "encrypted" : "false", |
| 59 | + "timeout" : "60" |
| 60 | + } |
42 | 61 | ]
|
43 | 62 | }
|
0 commit comments