You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
John R Barker bd2d487c6a Feature udm share (#2439)
Add univention/udm_share.py

* UCS udm_share: fix creating of new shares

* univention udm_share: adapt to library univention_umc

* univention udm_share: fix shebang

* univention udm_share: add required_if to the API

* univention udm_share: add license information

* univention udm_share: import only AnsibleModule from ansible.module_utils.basic

* univention udm_share: add documenation

* univention udm_share: reorder documentation parameters

* univention udm_share: change some parameters to type bool

* univention udm_share: add example

* univention udm_share: pep8

* univention udm_share: change documentation, use camel_case for parameters, old parameter names as alias

* univention udm_share: add aliases as documented
8 years ago
.github
cloud Additional provider features added and fixed some bugs (#2769) 8 years ago
clustering
commands
database
files added unsafe_writes to blockinfile (#2701) 8 years ago
messaging rabbitmq_queue - Update requirements to show minimum version of requests (#2786) 8 years ago
monitoring Adding datadog monitor locked option. http://docs.datadoghq.com/api/#monitor-create (#2698) 8 years ago
network Add modules to configure Solaris/illumos networking (1st batch) (#2416) 8 years ago
notification Require domain in rocketchat (#2803) 8 years ago
packaging Just use netloc to identify bucket name for s3 locations (#2713) 8 years ago
remote_management renamed bmc to remote_management to clarify 8 years ago
source_control Improve module docs (#2638) 8 years ago
system Fix ansible/ansible-modules-extras#1682: add dispersed volume support for gluster_volume (#2708) 8 years ago
test
univention Feature udm share (#2439) 8 years ago
web_infrastructure new module: apache2_mod_proxy (#2148) 8 years ago
windows
.gitignore
.travis.yml ec2_vpc_dhcp_options_facts.py no py3 8 years ago
CONTRIBUTING.md
COPYING
GUIDELINES.md
MAINTAINERS.md
README.md
REVIEWERS.md
VERSION
__init__.py
shippable.yml Enable CI on Shippable for OS X. (#2779) 8 years ago
test-docs.sh

README.md

Build Status

ansible-modules-extras

This repo contains a subset of ansible-modules with slightly lower use or priority than "core" modules.

All new modules should be submitted here, and have a chance to be promoted to core over time.

Reporting bugs

Take care to submit tickets to the appropriate repo where modules are contained. The repo is mentioned at the bottom of module documentation page at docs.ansible.com.

Testing modules

Ansible module development guide contains the latest info about that.

License

As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license.

Installation

There should be no need to install this repo separately as it should be included in any Ansible install using the official documented methods.