I’ve searched quick a bit, and either I don’t know the right terms or it’s not been answered :-p
How can I find all available options when setting a host in inventory? I have some heavily loaded windows guests that take a long time to respond, and I read about increasing two timeouts to give them longer to respond:
ansible_winrm_operation_timeout_sec=60
ansible_winrm_read_timeout_sec=70
However, I imagine there are other timeout values that could also be set. Where is this kind of information documented?
Thanks!