https://github.com/protonmail/proton.rackndr
https://github.com/protonmail/proton.rackndr
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/protonmail/proton.rackndr
- Owner: ProtonMail
- License: other
- Created: 2024-02-20T12:38:53.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-12T07:15:03.000Z (over 2 years ago)
- Last Synced: 2025-08-15T00:37:11.006Z (11 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Collection - proton.rackndr
Add the `pyprotonrebar` Python package to `requirements.txt` and install on the
Ansible controller:
```
# requirements.txt
pyprotonrebar @ git+https:///pyprotonrebar.git@master
```
```
pip install -r requirements.txt
```
Define a `requirements.yml` file pointing to the collection, as
explained in the
[Ansible collection guide](https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html#install-multiple-collections-with-a-requirements-file):
```yaml
---
collections:
- name: /proton.rackndr.git
version: master
type: git
```
Install and make sure the collection is available:
```sh
ansible-galaxy collection install -r requirements.yml
ansible-doc --list proton.rackndr
```