https://github.com/geerlingguy/ansible-role-samba
Ansible Role - Samba
https://github.com/geerlingguy/ansible-role-samba
ansible cifs file-sharing role samba smb windows
Last synced: 6 months ago
JSON representation
Ansible Role - Samba
- Host: GitHub
- URL: https://github.com/geerlingguy/ansible-role-samba
- Owner: geerlingguy
- License: mit
- Created: 2014-03-01T03:46:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T03:25:46.000Z (9 months ago)
- Last Synced: 2025-03-31T05:04:33.287Z (7 months ago)
- Topics: ansible, cifs, file-sharing, role, samba, smb, windows
- Homepage: https://galaxy.ansible.com/geerlingguy/samba/
- Size: 37.1 KB
- Stars: 63
- Watchers: 3
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Samba (SMB)
[](https://github.com/geerlingguy/ansible-role-samba/actions/workflows/ci.yml)
Installs Samba client and server for RHEL/CentOS.
## Requirements
Samba requires ports 137, 138, 139, 445 to be open to function properly. For easy firewall configuration, you can use the `geerlingguy.firewall` role.
## Role Variables
None.
## Dependencies
None.
## Example Playbook
- hosts: servers
roles:
- geerlingguy.samba## License
MIT / BSD
## Author Information
This role was created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).