Also only run the gnome backups on backup03 until we are ready to move things over.
This commit is contained in:
parent
c81971cc25
commit
f4e932c2c0
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
||||||
|
|
||||||
- name: Schedule the GNOME backup script
|
- 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
|
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
|
- name: Add a Directory for each of the GNOME machines
|
||||||
file: dest=/fedora_backups/gnome/{{ item }} owner=gnomebackup group=gnomebackup state=directory
|
file: dest=/fedora_backups/gnome/{{ item }} owner=gnomebackup group=gnomebackup state=directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue