December 2017
Intermediate to advanced
364 pages
7h 30m
English
Ansible Tower allows us to schedule jobs to run automatically against servers. We can configure this in templates by configuring the start date and repeat frequency to execute the playbook.

Otherwise, we can use the cron job template to perform this daily and add this template while deploying the WordPress setup:
#!/bin/bash/etc/cron.hourly/duply-backupwp core updatewp theme update --allwp plugin update --all
Read now
Unlock full access