From 380dbd7c39838398a5390ed8885fa54148ac28d2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 3 Mar 2022 20:34:21 +0000 Subject: [PATCH] commit 3b4cecedc3b36d6b3fd10a7a9ac86ef3d8859835 Author: Robert Kaussow Date: Thu Mar 3 21:16:05 2022 +0100 chore: add auto-generated _docs folder to gitignore file --- index.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/index.md b/index.md index b36b4ba..061b94a 100644 --- a/index.md +++ b/index.md @@ -3,14 +3,14 @@ title: smb type: docs --- -[![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)](https://gitea.rknet.org/ansible/xoxys.smb/src/branch/master/LICENSE) +[![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)](https://gitea.rknet.org/ansible/xoxys.smb/src/branch/master/LICENSE) Mount a list of Samba shares. -* [Default Variables](#default-variables) - * [smb_packages](#smb_packages) - * [smb_shares](#smb_shares) -* [Dependencies](#dependencies) +- [Default Variables](#default-variables) + - [smb_packages](#smb_packages) + - [smb_shares](#smb_shares) +- [Dependencies](#dependencies) --- @@ -27,7 +27,9 @@ smb_packages: ### smb_shares -Mount defined samba shares. You can specify samba credentials with the `username` and `password` parameter. Given credentials will be used in a secrets file and saved to `/root/.smbcredentials/` instead of the direct use in `/etc/fstab`. If secrets are defined for a list item, the secrest file will also be passed automatically to `mountopts`. The `state` parameter is related to the possible state values of Ansibles [mount](https://docs.ansible.com/ansible/latest/collections/ansible/posix/mount_module.html) module. +Mount defined samba shares. You can specify samba credentials with the `username` and `password` parameter. Given credentials will be used in a secrets file and saved to `/root/.smbcredentials/` instead of the direct use in `/etc/fstab`. If secrets are defined for a list item, the secrest file will also be passed automatically to `mountopts`. + +The `state` parameter is related to the possible state values of Ansibles [mount](https://docs.ansible.com/ansible/latest/collections/ansible/posix/mount_module.html) module. #### Default value @@ -51,6 +53,8 @@ smb_shares: state: mounted ``` + + ## Dependencies None.