摘要: cron模块 管理远程主机上的计划任务 [root@tiandong ansible]# ansible all -m cron -a "name='cron test' minute=5 hour=1 job='echo test'" 每天1点5分执行 [root@tiandong ansible 阅读全文
posted @ 2018-07-23 09:39 winterforever 阅读(172) 评论(0) 推荐(0)