Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 2.76 KB

README.md

File metadata and controls

68 lines (43 loc) · 2.76 KB

Ansible1234 Ansible12345 Collection

This repository contains the ansible1234.ansible12345 Ansible Collection.

External requirements

Some modules and plugins require external libraries. Please check the requirements for each plugin or module you use in the documentation to find out which requirements are needed.

Included content

Using this collection

    ansible-galaxy collection install ansible1234.ansible12345

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

collections:
  - name: ansible1234.ansible12345

To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install ansible1234.ansible12345 --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where X.Y.Z can be any available version:

ansible-galaxy collection install ansible1234.ansible12345:==X.Y.Z

See Ansible Using collections for more details.

Release notes

See the changelog.

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.