Petter Fors

Results 9 comments of Petter Fors

+1 Can any one make an example json-template? Free evaluation ISO-file to win2019 can be found at "iso_url": "http://download.microsoft.com/download/1/4/9/149D5452-9B29-4274-B6B3-5361DBDA30BC/14393.0.161119-1705.RS1_REFRESH_SERVER_EVAL_X64FRE_EN-US.ISO"

I Have the same problem! After diving in to code, i think the URLs in nsxt_resource_urls.py, need to be updated https://github.com/vmware/ansible-for-nsxt/blob/e02182b71a7adb4634248e15c2750812d27c6f84/plugins/module_utils/nsxt_resource_urls.py#L63-L65 I have always used the `https:///api/v1/fabric/virtual-machines/virtual-machines` url when fetchig...

Hi @lmesz-bitrise thanks for adding this issue. It took me a long time to find the solution to this. I have always used the **ansible_password:** variable name for my ansible...

Hello! we also use the semaphore docker image as an azure web app. and we are running it to the same error. As @edineicolli are pointing out it an easy...

I solved this by folowing @cfredericksen example. ```Dockerfile FROM semaphoreui/semaphore:latest USER root RUN apk add --no-cache python3 py3-pip RUN pip install pywinrm jmespath netaddr passlib requests matrix_client USER semaphore ADD...

Hi @tchiapuziowong and @seunay0 I am experiencing the same problem as @seunay0 ful stacktrace with -vvv flag. ``` Traceback (most recent call last): File "/home/pefo/.ansible/tmp/ansible-local-18456osw_ivxi/ansible-tmp-1662580331.7708344-18843-222355809101698/AnsiballZ_aoscx_upload_firmware.py", line 107, in _ansiballz_main() File...