summaryrefslogtreecommitdiff
path: root/univention
diff options
context:
space:
mode:
authorTobias Rueetschi <tr@brief.li>2016-06-16 17:19:53 +0200
committerTobias Rueetschi <tr@brief.li>2016-08-29 09:11:56 +0200
commit644b3efd87ef64c8968832fc85f7e323e527ae9f (patch)
treeb154bc16807e013247d5aba84aaa9b05f3a9274c /univention
parentac5182db2d145523631af55a41d521bad0e7d51d (diff)
downloadansible-modules-extras-644b3efd87ef64c8968832fc85f7e323e527ae9f.tar.gz
univention udm_share: add example
Diffstat (limited to 'univention')
-rw-r--r--univention/udm_share.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/univention/udm_share.py b/univention/udm_share.py
index 10144568..19bbf5bb 100644
--- a/univention/udm_share.py
+++ b/univention/udm_share.py
@@ -335,6 +335,11 @@ options:
EXAMPLES = '''
+# Create a share named home on the server ucs.example.com with the path /home.
+- udm_sahre: name=home
+ path=/home
+ host=ucs.example.com
+ sambaName=Home
'''