- Security Automation with Ansible 2
- Madhu Akula Akash Mahajan
- 79字
- 2021-07-02 22:00:01
Scheduling via Ansible Tower for daily updates
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.

Ansible Tower job scheduling for automated WordPress updates
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-backup
wp core update
wp theme update --all
wp plugin update --all
推薦閱讀
- 樂高機器人:WeDo編程與搭建指南
- 平面設(shè)計初步
- Mastering Elastic Stack
- Hands-On Linux for Architects
- 21天學(xué)通ASP.NET
- 80x86/Pentium微型計算機原理及應(yīng)用
- Photoshop CS3特效處理融會貫通
- JSF2和RichFaces4使用指南
- Associations and Correlations
- 現(xiàn)代傳感技術(shù)
- Apache Superset Quick Start Guide
- 悟透AutoCAD 2009案例自學(xué)手冊
- Photoshop CS5圖像處理入門、進階與提高
- 典型Hadoop云計算
- Xilinx FPGA高級設(shè)計及應(yīng)用