Explorar el Código

add rclone backups to tvheadend

Blaine Story hace 1 año
padre
commit
4550057954
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  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'