Re: [ansible-project] Crons on a collection of servers

2017-03-08 Thread Dick Davies
Why don't you just set disabled: as a var, and then set that either true or false on each server/group as needed? On 8 March 2017 at 16:27, Ed Greenberg wrote: > We have a collection of load balanced web servers, and we have cron jobs > spread across the server base. > > I would like to manage th

[ansible-project] Crons on a collection of servers

2017-03-08 Thread Ed Greenberg
We have a collection of load balanced web servers, and we have cron jobs spread across the server base. I would like to manage these cron jobs in Ansible. The current state is to have all the cron jobs on all the servers, disabled, and then to selectively enable the ones that need to run on