Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-samba
https://github.com/mrlesmithjr/ansible-samba
ansible samba
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-samba
- Owner: mrlesmithjr
- License: mit
- Created: 2015-11-05T02:51:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T17:10:40.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T20:04:54.623Z (3 months ago)
- Topics: ansible, samba
- Language: Jinja
- Size: 75.2 KB
- Stars: 35
- Watchers: 7
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-samba
Ansible role to install/configure Samba
## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-samba/workflows/Molecule%20Test/badge.svg)
### Travis CI
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-samba.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-samba)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.