Skip to content

keuko/ansible-collection-cephadm

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Jinja 2.7%