fix(ansible): harden WinRM deploy wrapper with md4+retry

This commit is contained in:
igor04091968
2026-05-09 11:00:59 +03:00
parent c9df042d96
commit f22cd27e31
3 changed files with 52 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@
gather_facts: false
vars:
ansible_winrm_operation_timeout_sec: 120
ansible_winrm_read_timeout_sec: 180
aw_windows_repo_root: "{{ playbook_dir | dirname }}"
aw_windows_deploy_root: "C:\\Program Files\\AWatch-rus"
aw_windows_server_scheme: "http"