Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.36 KB

README.md

File metadata and controls

51 lines (33 loc) · 2.36 KB

StackHPC cephadm collection

Tests Publish Ansible Collection

This repo contains stackhpc.cephadm Ansible Collection. The collection includes modules and plugins supported by StackHPC for cephadm based deployments.

Tested with Ansible

Tested with the current Ansible 2.9 and 2.10 releases.

Included content

Roles:

Using this collection

Before using the collection, you need to install the collection with the ansible-galaxy CLI:

ansible-galaxy collection install stackhpc.cephadm

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: stackhpc.cephadm

See Ansible Using collections for more details.

Release notes handling

See antsibull-changelog docs for instructions how to deal with release notes.

More information

Licensing

Apache License Version 2.0