Jordan Borean
Jordan Borean
I've made those changes you have suggested, let me know if there is anything else you need from me or if I did it incorrectly.
You will have to look at the Windows host event logs to find out why it's not returning the shell creation response. For some reason it's just blocking until the...
If you are moving forward with this request you will need to optionally set `status` as that was only added in requests `2.14.0` and urllib3 `1.21` whereas we have a...
It would be ideal if we could have this as an extras dep and not add it to the base requirements. We do this for various other features like Kerberos...
I don't have a preference on the name, personally I would try and align with the underlying library if it makes sense but that's just me.
@KroArtem pinging is probably not enough when starting a server up as the WinRM services still need to come online for it to start. You would be better off *...
Sorry for the delay in getting to this PR. I'm not against adding the code to set these 3 options but I am slightly concerned that the maintainability of this...
I cannot replicate this, I've created a test playbook that did the various permutations on 2 runs of the role; `True -> False`, `True -> True`, `False -> True`, and...
I'm not sure what this helps. To run either of the upgrade or install the WMF hotfix requires you to be an administrator so you should have access to the...
Normally I would be ok with doing this but I just don't have the time right now to make the modules more public facing ready right now. You are more...