can we use Ansible to deploy applications to linux

Hello,

I want to try using Ansible to publish the sln and copy to Linux deploy servers.
please suggest me some way to use Ansible for my build and deployment process.

thanks,
Narmada

If you need to copy some files to the remote server, you can use the copy module
https://docs.ansible.com/ansible/2.6/modules/copy_module.html

If you need to make some configuration changes, you can use the template module
https://docs.ansible.com/ansible/latest/modules/template_module.html