summaryrefslogtreecommitdiff
path: root/ansible/roles/holywood2
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-13 15:51:40 +0200
committerLars Wirzenius <liw@liw.fi>2022-03-13 15:51:40 +0200
commit15a28130d0c65169925453db4481685a87aaf1b9 (patch)
treec764614c0a18d66bda127392cfa10960eb3659d4 /ansible/roles/holywood2
parent4480d0d89a38d6b4afe749d1d6f4ba9367784783 (diff)
downloadansibleness-15a28130d0c65169925453db4481685a87aaf1b9.tar.gz
holywood2: disable borg
Sponsored-by: author
Diffstat (limited to 'ansible/roles/holywood2')
-rw-r--r--ansible/roles/holywood2/tasks/main.yml58
1 files changed, 29 insertions, 29 deletions
diff --git a/ansible/roles/holywood2/tasks/main.yml b/ansible/roles/holywood2/tasks/main.yml
index 61e44eb..f62f302 100644
--- a/ansible/roles/holywood2/tasks/main.yml
+++ b/ansible/roles/holywood2/tasks/main.yml
@@ -45,35 +45,35 @@
state: started
enabled: yes
-- name: install borg
- apt:
- name: borgbackup
-# default_release: stretch-backports
+# - name: install borg
+# apt:
+# name: borgbackup
+# # default_release: stretch-backports
-- name: install borg scripting
- copy:
- src: "{{ item }}"
- dest: /root
- owner: root
- group: root
- mode: 0755
- with_items:
- - run-borg
- - borg-all
+# - name: install borg scripting
+# copy:
+# src: "{{ item }}"
+# dest: /root
+# owner: root
+# group: root
+# mode: 0755
+# with_items:
+# - run-borg
+# - borg-all
-- name: install borg passphrase
- copy:
- content: "{{ lookup('pipe', 'pass borg/holywood2-to-willikins') }}"
- dest: /etc/borg-passphrase
- owner: root
- group: root
- mode: 0600
+# - name: install borg passphrase
+# copy:
+# content: "{{ lookup('pipe', 'pass borg/holywood2-to-willikins') }}"
+# dest: /etc/borg-passphrase
+# owner: root
+# group: root
+# mode: 0600
-- name: run borg from cron
- copy:
- content: |
- 40 10 * * * root /root/borg-all
- dest: /etc/cron.d/local-backup
- owner: root
- group: root
- mode: 0755
+# - name: run borg from cron
+# copy:
+# content: |
+# 40 10 * * * root /root/borg-all
+# dest: /etc/cron.d/local-backup
+# owner: root
+# group: root
+# mode: 0755