Skip to content

Commit

Permalink
Regenerated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Apr 24, 2016
1 parent e07b356 commit c76739c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
19 changes: 14 additions & 5 deletions README.md
@@ -1,15 +1,23 @@
## [![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/list#/roles/1597)
<!-- This file was generated by Ansigenome. Do not edit this file directly but
instead have a look at the files in the ./meta/ directory. -->

This role installs and configures a Samba 3 file server with a default file
share. You can configure your own shares using inventory variables.
[![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.7.0`. To install it, run:
This role requires at least Ansible `v1.9.0`. To install it, run:

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

### Documentation

Expand All @@ -36,6 +44,7 @@ into your playbook.
### 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)
Expand Down
4 changes: 2 additions & 2 deletions meta/ansigenome.yml
Expand Up @@ -17,6 +17,6 @@ ansigenome_info:
github: 'drybjed'

synopsis: |
This role installs and configures a Samba file server with a default file
share. You can configure your own shares using inventory variables.
This role installs and configures the Samba file server. You can configure
your own shares using inventory variables.

0 comments on commit c76739c

Please sign in to comment.