---
- hosts: tvheadend
  gather_facts: true
  become: true
  vars_files:
    - "{{ inventory_dir }}/vars/vault.yaml"

  roles:
    - cloud-backups

  vars:
    backups: 'nasdata'