You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-homelab/roles/geerlingguy.samba/README.md

32 lines
750 B
Markdown

# 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/).