Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Add Fedora support #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions vars/os_Fedora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# roles/samba/vars/os_Fedora.yml
---

samba_packages:
- samba-common
- samba
- samba-client

samba_vfs_packages: []

samba_selinux_packages:
- python3-libsemanage

samba_selinux_booleans:
- samba_enable_home_dirs
- samba_export_all_rw

samba_configuration_dir: /etc/samba
samba_configuration: "{{ samba_configuration_dir }}/smb.conf"
samba_username_map_file: "{{ samba_configuration_dir }}/smbusers"

samba_services:
- smb
- nmb

samba_www_documentroot: /var/www/html