Skip to content

Commit

Permalink
Fix typo, add roms_root (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Jan 3, 2024
1 parent 084435f commit e2769bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ documents_root: "{{ samba_shares_root }}/documents"
# Where personal repos and code are stored
code_root: "{{ samba_shares_root }}/code"

# Where roms are stored
roms_root: "{{ samba_shares_root }}/roms"

# The description that'll appear next to your Ansible-NAS box when browsing your network
samba_server_string: Ansible NAS

Expand Down Expand Up @@ -198,7 +201,7 @@ nfs_exports:
# Seems to break browsing of the \\server-name shares root when enabled
samba_mitigate_cve_2017_7494: false

# Enable apple exentensions for compatibility with apple clients
# Enable apple extensions for compatibility with apple clients
samba_apple_extensions: yes

# The account used when Samba shares are accessed. Shouldn't need to change this unless you want to
Expand Down

0 comments on commit e2769bf

Please sign in to comment.