Skip to content

Collection containing common utilities to support Ansible Middleware automation

License

Notifications You must be signed in to change notification settings

ansible-middleware/common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b099c96 · Sep 23, 2024
Sep 23, 2024
Sep 23, 2024
Aug 25, 2023
Sep 23, 2024
May 8, 2024
Sep 22, 2024
Aug 22, 2023
Feb 23, 2023
Feb 23, 2023
Aug 3, 2023
Sep 23, 2024
Feb 23, 2023
Feb 23, 2023
May 14, 2024
Sep 21, 2023
Sep 23, 2024
Sep 21, 2023
Mar 20, 2024

Repository files navigation

Ansible Collection - Common

Build Status

About

Collection containing common utilities to support Ansible Middleware automation

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.14.0.

Python version compatibility

This collection has been tested against following Python versions: >=3.6.

Included content

Modules

  • product_download: downloads products from the JBoss Network API
  • product_search: searches products from the JBoss Network API
  • maven_artifact: downloads an Artifact from a Maven Repository
  • xml: manage bits and pieces of XML files or strings

Filters

  • version_sort: sort a list of strings according to version ordering

Installation

Download from galaxy

ansible-galaxy collection install middleware_automation.common

Build and install locally

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

Dependencies

Python:

To install all the dependencies via galaxy:

pip install -r requirements.txt

License

Apache License 2.0

About

Collection containing common utilities to support Ansible Middleware automation

Topics

Resources

License

Stars

Watchers

Forks

Languages