pyvideo / richard-ansible

Ansible playbook for deploying richard
GNU Affero General Public License v3.0
1 stars 4 forks source link

cron jobs for db backup and reindexing #14

Open willkg opened 9 years ago

willkg commented 9 years ago

I threw these together and tossed them in the pyvideo-deploy repo because I needed them for pyvideo and wasn't sure if they were general things people would want to do with richard.

https://github.com/pyvideo/pyvideo-deploy/blob/master/roles/pyvideo/tasks/main.yml

Two things:

  1. should these be in richard-ansible instead?
  2. should they be enabled/disabled via a setting or maybe put in a separate role so people who don't want them don't need to have them running?
willkg commented 9 years ago

@codersquid pointed out that the db backup cronjob should be part of the postgres role. We could make the reindexing one part of the richard role.