Collection containing common utilities to support Ansible Middleware automation
This collection has been tested against following Ansible versions: >=2.14.0.
This collection has been tested against following Python versions: >=3.6.
product_download
: downloads products from the JBoss Network APIproduct_search
: searches products from the JBoss Network APImaven_artifact
: downloads an Artifact from a Maven Repositoryxml
: manage bits and pieces of XML files or strings
version_sort
: sort a list of strings according to version ordering
ansible-galaxy collection install middleware_automation.common
Clone the repository, checkout the tag you want to build, or pick the main branch for the development version; then:
ansible-galaxy collection build .
ansible-galaxy collection install middleware_automation-common-*.tar.gz
To install all the dependencies via galaxy:
pip install -r requirements.txt