mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-29 21:51:31 +00:00
perf: windows winrm使用ntlm认证
This commit is contained in:
@@ -139,7 +139,7 @@ class JMSInventory:
|
||||
ansible_config['ansible_winrm_server_cert_validation'] = 'ignore'
|
||||
else:
|
||||
ansible_config['ansible_winrm_scheme'] = 'http'
|
||||
ansible_config['ansible_winrm_transport'] = 'plaintext'
|
||||
ansible_config['ansible_winrm_transport'] = 'ntlm'
|
||||
return ansible_config
|
||||
|
||||
def asset_to_host(self, asset, account, automation, protocols, platform):
|
||||
|
||||
Reference in New Issue
Block a user