stackhpc / ansible-collection-cephadm

Apache License 2.0
16 stars 10 forks source link

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