Add requirements documentation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-03-28 16:58:23 +01:00
parent c506517317
commit 7bd6517cab
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,17 @@
Ansible libraries for manging Gandi resources.
## Requirements
- [Ansible >= 2.9.6](https://pypi.org/project/ansible/)
- [Gandi.cli >= 1.5](https://pypi.org/project/gandi.cli/)
```bash
$ pip install ansible==2.6.9 gandi.cli==1.5
```
These should be present on the localhost where you run Ansible.
## Usage
Include an entry in your `requirements.yml` like so.