This repository contains the hachyderm.general Ansible Collection.
You can find the documenation for this collection on this website.
Install the collection with Ansible Galaxy:
ansible-galaxy collection install hachyderm.general
You can also include a requirements.yml file and install it via
ansible-galaxy collection install -r requirements.yml using the format:
collections:
- name: hachyderm.generalYou can upgrade the collection with:
ansible-galaxy collection install hachyderm.general --upgrade
Or install a specific version with:
ansible-galaxy collection install hachyderm.general==X.Y.Z
Where X.Y.Z is a published
version.
See Using Ansible collections for more details.
Contributions are welcome.
Please read the contributing guide.