--- - hosts: tvheadend gather_facts: true become: true roles: - vladgh.samba.server - statusservices - tvheadend-nginx vars_files: - "{{ inventory_dir }}/vars/vault.yaml" vars: status_services_extra: - tvheadend - nginx - smbd samba_guest_account: hts samba_map_to_guest: bad user samba_netbios_name: "{{ ansible_hostname }}" samba_load_printers: false samba_shares_root: /recordings samba_shares: - name: recordings path: /recordings force_create_mode: '0664' force_directory_mode: '0775' guest_ok: "yes" writable: "yes" public: "yes" owner: hts group: hts