Browse Source

add rclone backups to tvheadend

Blaine Story 1 năm trước cách đây
mục cha
commit
4550057954
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      plays/nodes/tvheadend.yml

+ 12 - 0
plays/nodes/tvheadend.yml

@@ -0,0 +1,12 @@
+---
+- hosts: tvheadend
+  gather_facts: true
+  become: true
+  vars_files:
+    - "{{ inventory_dir }}/vars/vault.yaml"
+
+  roles:
+    - cloud-backups
+
+  vars:
+    backups: 'nasdata'