Minion deployment failed.Minion deployment and/or state file run failed.return: Exception occurred in runner deploy.minion:......File "/usr/lib/python3.7/site-packages/smbprotocol/transport.py", line 68, in connect raise ValueError(f"Failed to connect to '{self.server} :{self.port}'") from err ValueError: Failed to connect to '<minion ip>:445'Aria Automation Config 8.17.x
This issue occurs because the salt master cannot establish a connection to the windows minion over TCP port 445 (SMB). The salt master requires access to port 445 on the target windows machine to remotely deploy and bootstrap the salt minion service. If communication over TCP port 445 is blocked, the deployment runner will time out and fail.
To resolve this issue, ensure network connectivity is permitted over TCP port 445 between Aria Automation Config (salt master) and the target windows minion.
curl -v telnet://<salt minion ip>:445