An open API service indexing awesome lists of open source software.

https://github.com/protonmail/proton.rackndr


https://github.com/protonmail/proton.rackndr

Last synced: 9 months ago
JSON representation

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
```