/ansible-collection-cephadm

Primary LanguagePythonApache License 2.0Apache-2.0

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 releases.

Included content

cephadm role for deployment/bootstrapping

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-galax collection install -r requirements.yml` using the format:

collections:
- name: stackhpc.cephadm

See Ansible Using collections for more details.

More information

Licensing

Apache License Version 2.0