2020-01-25 23:09:27 +00:00
|
|
|
# Standards: 0.1
|
|
|
|
---
|
|
|
|
galaxy_info:
|
|
|
|
# @meta author:value: [xoxys](https://gitea.rknet.org/xoxys)
|
|
|
|
author: xoxys <mail@geeklabor.de>
|
|
|
|
# @meta description: >
|
2020-01-26 14:29:37 +00:00
|
|
|
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.smb)
|
|
|
|
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.smb?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.smb)
|
|
|
|
# [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](LICENSE)
|
2020-01-25 23:09:27 +00:00
|
|
|
#
|
2020-01-26 14:35:29 +00:00
|
|
|
# Mount a list of Samba shares.
|
2020-01-25 23:09:27 +00:00
|
|
|
# @end
|
2020-01-26 14:35:29 +00:00
|
|
|
description: Mount a list of Samba shares
|
2020-01-25 23:09:27 +00:00
|
|
|
license: MIT
|
|
|
|
min_ansible_version: 2.4
|
|
|
|
platforms:
|
|
|
|
- name: EL
|
|
|
|
versions:
|
|
|
|
- 7
|
2020-01-26 14:55:10 +00:00
|
|
|
- 8
|
2020-01-25 23:09:27 +00:00
|
|
|
galaxy_tags:
|
|
|
|
- storage
|
|
|
|
- smb
|
2020-01-26 14:35:29 +00:00
|
|
|
- samba
|
2020-01-25 23:09:27 +00:00
|
|
|
dependencies:
|