StackHPC cephadm 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
- Ansible Collection overview
- Ansible User guide
- Ansible Developer guide
- Ansible Community code of conduct
Licensing
Apache License Version 2.0