I have an Azure VM and IIS setup through ADO playbook. Is it possible to have the playbook also install applications like putty as well? I’m using ansible as well in the playbook.
I thought I might be able to use get_url but that will just download the installer.
If there is no way, then is the best practice to just build up the VM the way I need it and to create an image?