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.
Failed Attempts Examples:
- Please Prefix Example Code with
community.missing_collection.<module-name>
. - master branch is always under-development, 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.
Note:*
--no-deps
is required till version0.1.0
bcz I fucked upgalaxy.yml
.
$ ansible-galaxy collection install git+https://github.com/116davinder/ansible.missing_collection.git,refs/tags/0.2.0 --no-deps
Starting galaxy collection install process
Process install dependency map
Starting collection install process
Installing 'community.missing_collection:0.2.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.2.0) was installed successfully
$ ansible-galaxy collection list
Collection Version
---------------------------- -------
community.missing_collection 0.2.0
Save Below Mentioned yaml into your collections.yaml
file.
collections:
- name: https://github.com/116davinder/ansible.missing_collection.git
type: git
version: 0.2.0
ansible-galaxy collection install -r collections.yaml --no-deps