소스 검색

add rclone backups to tvheadend

Blaine Story 1 년 전
부모
커밋
4550057954
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  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'