ansible/README.md

22 lines
803 B
Markdown
Raw Normal View History

2014-09-27 00:54:24 +02:00
ansible-modules-extras
======================
2014-09-26 15:21:20 +02:00
2014-09-27 00:54:24 +02:00
This repo contains a subset of ansible-modules with slightly lower use or priority than "core" modules.
2014-09-26 15:21:20 +02:00
2014-09-27 00:54:24 +02:00
All new modules should be submitted here, and have a chance to be promoted to core over time.
2014-09-26 15:21:20 +02:00
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](http://docs.ansible.com/).
Testing modules
===============
Ansible [module development guide](http://docs.ansible.com/developing_modules.html#testing-modules) contains the latest info about that.
2014-09-26 15:21:20 +02:00
License
=======
As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license.