Skip to content

Commit

Permalink
Improve RedHat support (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladgh authored Mar 26, 2023
1 parent 7c5b657 commit 062b97e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ jobs:
- ubuntu2004
- debian11
- debian10
- centos8
- fedora36
- fedora37
- rockylinux8
- rockylinux9
scenario: ${{ fromJSON(needs.changes.outputs.scenario) }}
steps:
- name: Checkout
Expand Down
13 changes: 12 additions & 1 deletion roles/server/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
galaxy_info:
author: Bert Van Vreckem
author: Vlad Ghinea and Bert Van Vreckem
description: This role installs and configures Samba as a file server.
license: BSD
min_ansible_version: '2.11'
Expand All @@ -13,6 +13,17 @@ galaxy_info:
versions:
- bullseye
- buster
- name: Fedora
versions:
- '36'
- '37'
- name: EL
versions:
- '8'
- '9'
- name: ArchLinux
versions:
- all
galaxy_tags:
- system
- networking
Expand Down
2 changes: 1 addition & 1 deletion roles/server/vars/os_RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ samba_packages:
samba_vfs_packages: []

samba_selinux_packages:
- libsemanage-python
- python3-libsemanage

samba_selinux_booleans:
- samba_enable_home_dirs
Expand Down

0 comments on commit 062b97e

Please sign in to comment.