File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ optional arguments:
4343 --password PASSWORD, -p PASSWORD
4444 Password for Basic Auth
4545 --mode MODE, -m MODE Check mode
46+ --insecure Do not verify TLS certificate. Be careful with this option, please
4647```
4748
4849```
Original file line number Diff line number Diff line change 4040from urllib .parse import urljoin
4141
4242
43- VERSION = '0.1.0 '
43+ VERSION = '0.1.1 '
4444
4545OK = 0
4646WARNING = 1
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ object CheckCommand "vmware_nsxt" {
88 "--mode" = "$vmware_nsx_mode$"
99 "--password" = "$vmware_nsx_password$"
1010 "--username" = "$vmware_nsx_username$"
11+ "--insecure" = {
12+ set_if = "$vmware_nsx_insecure$"
13+ }
1114 }
1215
1316 vars.vmware_nsx_api = "https://$host.name$"
You can’t perform that action at this time.
0 commit comments