|
|
@ -463,7 +463,7 @@ class NetworkRemoteProfile(RemoteProfile[NetworkRemoteConfig]):
|
|
|
|
ansible_host=connection.hostname,
|
|
|
|
ansible_host=connection.hostname,
|
|
|
|
ansible_port=connection.port,
|
|
|
|
ansible_port=connection.port,
|
|
|
|
ansible_user=connection.username,
|
|
|
|
ansible_user=connection.username,
|
|
|
|
ansible_ssh_private_key=core_ci.ssh_key.key,
|
|
|
|
ansible_ssh_private_key_file=core_ci.ssh_key.key,
|
|
|
|
ansible_network_os=f'{self.config.collection}.{self.config.platform}' if self.config.collection else self.config.platform,
|
|
|
|
ansible_network_os=f'{self.config.collection}.{self.config.platform}' if self.config.collection else self.config.platform,
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
@ -689,7 +689,7 @@ class WindowsRemoteProfile(RemoteProfile[WindowsRemoteConfig]):
|
|
|
|
ansible_port=connection.port,
|
|
|
|
ansible_port=connection.port,
|
|
|
|
ansible_user=connection.username,
|
|
|
|
ansible_user=connection.username,
|
|
|
|
ansible_password=connection.password,
|
|
|
|
ansible_password=connection.password,
|
|
|
|
ansible_ssh_private_key=core_ci.ssh_key.key,
|
|
|
|
ansible_ssh_private_key_file=core_ci.ssh_key.key,
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# HACK: force 2016 to use NTLM + HTTP message encryption
|
|
|
|
# HACK: force 2016 to use NTLM + HTTP message encryption
|
|
|
|