I am curious to see what you are all doing to do DB dumps of MSSQL schema’s using Ansible. Looking at the mssql_db module, the only option I see is for importing. What is everyone else doing to get some backups via Ansible?
I push out a script with copy module that does the backup, and create a cron job with the cron module that runs every day.