Hello, I would imagine that you're running into a situation with a 405 error that there is an authentication requirement that isn't being met on the remote server. To avoid this issue, I download and maintain a local repository of the agent files I distribute on my Ansible server. It also allows me to control the number of versions I have deployed to my environment at anyone time. However, it looks like you'll want to utilize the username and password parameters (that give you access to the AppDynamics website) for win_package, as outlined in the Ansible module documentation. https://docs.ansible.com/ansible/latest/modules/win_package_module.html Hopefully that helps.
... View more