Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:23:35.000Z (4 months ago)
- Last Synced: 2024-10-10T04:06:31.814Z (about 1 month ago)
- Topics: ansible, cifs, file-sharing, role, samba, smb, windows
- Homepage: https://galaxy.ansible.com/geerlingguy/samba/
- Size: 36.1 KB
- Stars: 61
- Watchers: 4
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Samba (SMB)
[![CI](https://github.com/geerlingguy/ansible-role-samba/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-samba/actions?query=workflow%3ACI)
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/).