tvheadend-services.yml 669 B

123456789101112131415161718192021222324252627282930313233
  1. ---
  2. - hosts: tvheadend
  3. gather_facts: true
  4. become: true
  5. roles:
  6. - vladgh.samba.server
  7. - statusservices
  8. vars_files:
  9. - "{{ inventory_dir }}/vars/vault.yaml"
  10. vars:
  11. status_services_extra:
  12. - tvheadend
  13. - smbd
  14. samba_guest_account: hts
  15. samba_map_to_guest: bad user
  16. samba_netbios_name: "{{ ansible_hostname }}"
  17. samba_load_printers: false
  18. samba_shares_root: /recordings
  19. samba_shares:
  20. - name: recordings
  21. path: /recordings
  22. force_create_mode: '0664'
  23. force_directory_mode: '0775'
  24. guest_ok: "yes"
  25. writable: "yes"
  26. public: "yes"
  27. owner: hts
  28. group: hts