install.fairie/home/dot_local/share/ansible/environments/dev/host_vars/debian/vars.yml

27 lines
849 B
YAML
Raw Normal View History

2023-07-15 22:40:26 -07:00
---
samba_allowed_hosts: 127.0.0.1 10.14.141. 10.14.14. 10.0.0.
samba_netbios_name: HTPC
samba_printers:
- id: HPOfficeJetPro
comment: HP OfficeJet Pro 6978 (in Garage)
name: HP OfficeJet Pro 6978
samba_shares:
- id: Media
comment: Movies, TV Shows, and other read-only multimedia
follow_symlinks: true
path: /mnt/htpc
public: true
- id: Private
comment: Authenticated share with read/write capabilities (backed up to OneDrive)
follow_symlinks: true
path: "/home/{{ ansible_user | default(lookup('env', 'USER')) }}/Documents"
public: false
users: '@sambausers'
writable: true
- id: Public
comment: Public folder provided for file sharing on the LAN
path: "/home/{{ ansible_user | default(lookup('env', 'USER')) }}/Public"
public: true
writable: true
samba_workgroup: MEGAGROUP