Add usage documentation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
632a056825
commit
c506517317
14
README.md
14
README.md
@ -4,6 +4,20 @@
|
|||||||
|
|
||||||
Ansible libraries for manging Gandi resources.
|
Ansible libraries for manging Gandi resources.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Include an entry in your `requirements.yml` like so.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- src: https://git.autonomic.zone/autonomic-cooperative/autonomic.gandi
|
||||||
|
version: 0.0.1
|
||||||
|
name: autonomic.gandi
|
||||||
|
```
|
||||||
|
|
||||||
|
See the [releases](https://git.autonomic.zone/autonomic-cooperative/autonomic.gandi/releases) for which is the latest version.
|
||||||
|
|
||||||
|
Then make sure to download the role with `ansible-galaxy install -r requirements.yml`.
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
- [ ] DNS entries
|
- [ ] DNS entries
|
||||||
|
Loading…
Reference in New Issue
Block a user