2 Commits
show ... master

Author SHA1 Message Date
bdeed4cd46 Add mirror note
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-09 08:30:30 +02:00
5e1ebc6329 Add required version for crypto
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-29 14:50:57 +02:00

View File

@ -21,8 +21,11 @@ Ansible libraries for managing Gandi resources.
- name: Install dns-lexicon system wide - name: Install dns-lexicon system wide
become: true become: true
pip: pip:
name: dns-lexicon==3.3.19 name: "{{ item }}"
executable: /usr/bin/pip3 executable: /usr/bin/pip3
with_items:
- dns-lexicon==3.3.19
- cryptography==2.8
- name: Create foobar.autonomic.zone - name: Create foobar.autonomic.zone
gandi_dns: gandi_dns:
@ -82,3 +85,10 @@ Include an entry in your `requirements.yml` like so.
See the [releases](https://git.autonomic.zone/autonomic-cooperative/autonomic.gandi/releases) for which is the latest version. 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`. Then make sure to download the role with `ansible-galaxy install -r requirements.yml`.
Note, we also keep a mirror on [git.coop](https://git.coop) for when we run internal Gitea upgrades.
```
- src: https://git.coop/decentral1se/autonomic.gandi/-/archive/0.0.5/autonomic.gandi-0.0.5.tar.gz
name: autonomic.gandi
```