mirror of https://github.com/ansible/ansible.git
Mirror of https://github.com/ansible/ansible.git
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.
bd2d487c6a
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 | 8 years ago | |
clustering | ||
commands | ||
database | ||
files | 8 years ago | |
messaging | 8 years ago | |
monitoring | 8 years ago | |
network | 8 years ago | |
notification | 8 years ago | |
packaging | 8 years ago | |
remote_management | 8 years ago | |
source_control | 8 years ago | |
system | 8 years ago | |
test | ||
univention | 8 years ago | |
web_infrastructure | 8 years ago | |
windows | ||
.gitignore | ||
.travis.yml | 8 years ago | |
CONTRIBUTING.md | ||
COPYING | ||
GUIDELINES.md | ||
MAINTAINERS.md | ||
README.md | ||
REVIEWERS.md | ||
VERSION | ||
__init__.py | ||
shippable.yml | 8 years ago | |
test-docs.sh |
README.md
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.