Add to your requirements.yaml file:
---
collections:
- name: community.openziti
source: https://github.com/netfoundry/ansible-collection.git
type: git
...Then run:
ansible-galaxy collection install -r requirements.yamlInstall Python dependencies
pip install --requirements ./ansible_collections/community/openziti/requirements.txtYou can read the docs using ansible-doc:
# Example
ansible-doc -t connection community.openziti.paramikozPlease reference the Ansible Collection Structure document here: https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_structure.html