|
@@ -70,16 +70,16 @@
|
70
|
70
|
command: make all install clean chdir=/root/tarsnap-autoconf-{{ tarsnap_version }} creates=/usr/local/bin/tarsnap
|
71
|
71
|
|
72
|
72
|
- name: Copy Tarsnap key file into place
|
73
|
|
- copy: src=decrypted_tarsnap.key dest=/decrypted/tarsnap.key owner=root group=root mode="600" force=no
|
|
73
|
+ copy: src=decrypted_tarsnap.key dest=/decrypted/tarsnap.key owner=root group=root mode="0600" force=no
|
74
|
74
|
|
75
|
75
|
- name: Create Tarsnap cache directory
|
76
|
76
|
file: state=directory path=/usr/tarsnap-cache
|
77
|
77
|
|
78
|
78
|
- name: Install Tarsnap configuration file
|
79
|
|
- copy: src=tarsnaprc dest=/root/.tarsnaprc mode="644"
|
|
79
|
+ copy: src=tarsnaprc dest=/root/.tarsnaprc mode="0644"
|
80
|
80
|
|
81
|
81
|
- name: Install Tarsnap backup handler script
|
82
|
|
- copy: src=tarsnap.sh dest=/root/tarsnap.sh mode="755"
|
|
82
|
+ copy: src=tarsnap.sh dest=/root/tarsnap.sh mode="0755"
|
83
|
83
|
|
84
|
84
|
- name: Install nightly Tarsnap-generations cronjob
|
85
|
85
|
cron: name="Tarsnap backup" hour="3" minute="0" job="sh /root/tarsnap.sh >> /var/log/tarsnap.log"
|