Hi everyone,
I need to perform every night a backup of our databases. At the moment, we use Ansible cron module to set up a python script that runs on the remote machine every night. The same operation could be done using an Ansible playbook instead of the python script. I would like to know your opinion about scheduling, with cron module, an Ansible playbook, runned against the local machine.
What do you think about this approach?