Skip to content

ProtonMail/proton.rackndr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - proton.rackndr

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages