Also only run the gnome backups on backup03 until we are ready to move things over.

This commit is contained in:
Kevin Fenzi 2015-05-01 22:32:19 +00:00
parent c81971cc25
commit f4e932c2c0

View file

@ -50,6 +50,7 @@
- name: Schedule the GNOME backup script
cron: name="Backup" hour=5 minute=0 job="(cd /fedora_backups/gnome/; /usr/local/bin/lock-wrapper gnomebackup /usr/local/bin/gnome_backup)" user=gnomebackup
when: inventory_hostname.startswith('backup03')
- name: Add a Directory for each of the GNOME machines
file: dest=/fedora_backups/gnome/{{ item }} owner=gnomebackup group=gnomebackup state=directory