It will host all new modules which doesn't exists in Official Ansible Collections and takes years to publish something new. Anyone who want to contribute, please feel free to create PR / Bug Report / Feature Request.
Ansible Community reviewers takes too much time and have too hard restrictions. So I decided to host modules on my repository instead of ansible.
Examples:
Articles
- Please Prefix Example Code with community.missing_collection. otherwise it won't work.
- master branch is always under-development, please use tags for production use.
- easy_dev.sh It is being used for local basic testing.
This collection has been tested against following Ansible versions: >=2.9.10.
Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions. PEP440 is the schema used to describe the versions of Ansible.
$ ansible-galaxy collection install git+https://github.com/116davinder/ansible.missing_collection.git
Starting galaxy collection install process
Process install dependency map
Starting collection install process
Installing 'community.missing_collection:0.1.0' to '/home/dpal/.ansible/collections/ansible_collections/community/missing_collection'
Created collection for community.missing_collection at /home/dpal/.ansible/collections/ansible_collections/community/missing_collection
community.missing_collection (0.1.0) was installed successfully
$ ansible-galaxy collection list
Collection Version
---------------------------- -------
community.missing_collection 0.1.0
$ pip3 install git+https://github.com/ansible-network/collection_prep.git
$ collection_prep_add_docs -p . -b master
INFO Setting collection name to community.missing_collection
INFO Setting GitHub repository url to https://github.com/116davinder/ansible.missing_collection
INFO Purging content from directory /home/dpal/python-projects/ansible.missing_collection/docs
INFO Making docs directory /home/dpal/python-projects/ansible.missing_collection/docs
INFO Process content in /home/dpal/python-projects/ansible.missing_collection/plugins/modules
INFO Processing /home/dpal/python-projects/ansible.missing_collection/plugins/modules/aws_amp_info.py
..............
INFO Processing 'modules' for README
ERROR README.md not found in ./ansible.missing_collection
ERROR README.md not updated