Add the pyprotonrebar
Python package to requirements.txt
and install on the
Ansible controller:
# requirements.txt
pyprotonrebar @ git+https://<repo>/pyprotonrebar.git@master
pip install -r requirements.txt
Define a requirements.yml
file pointing to the collection, as
explained in the
Ansible collection guide:
---
collections:
- name: <repo>/proton.rackndr.git
version: master
type: git
Install and make sure the collection is available:
ansible-galaxy collection install -r requirements.yml
ansible-doc --list proton.rackndr