An open API service indexing awesome lists of open source software.

https://github.com/debops/ansible-samba

Install and configure Samba 3 file sharing server
https://github.com/debops/ansible-samba

Last synced: 10 months ago
JSON representation

Install and configure Samba 3 file sharing server

Awesome Lists containing this project

README

          

## [![DebOps project](http://debops.org/images/debops-small.png)](http://debops.org) samba

[![Travis CI](http://img.shields.io/travis/debops/ansible-samba.svg?style=flat)](http://travis-ci.org/debops/ansible-samba)
[![test-suite](http://img.shields.io/badge/test--suite-ansible--samba-blue.svg?style=flat)](https://github.com/debops/test-suite/tree/master/ansible-samba/)
[![Ansible Galaxy](http://img.shields.io/badge/galaxy-debops.samba-660198.svg?style=flat)](https://galaxy.ansible.com/detail#/role/1597)

This role installs and configures the Samba file server. You can configure
your own shares using inventory variables.

### Installation

This role requires at least Ansible `v1.9.0`. To install it, run:

```Shell
ansible-galaxy install debops.samba
```

### Documentation

More information about `debops.samba` can be found in the
[official debops.samba documentation](http://docs.debops.org/en/latest/ansible/roles/debops.samba.html).

### Role dependencies

- `debops.ferm`

### Are you using this as a standalone role without DebOps?

You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.

[Try DebOps now](https://github.com/debops/debops) for a complete solution to run your Debian-based infrastructure.

### Authors and license

`samba` role was written by:

- Maciej Delmanowski | [e-mail](mailto:drybjed@gmail.com) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)

License: [GPLv3](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)

***

This role is part of the [DebOps](http://debops.org/) project. README generated by [ansigenome](https://github.com/nickjj/ansigenome/).