Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
bdeed4cd46 | |||
5e1ebc6329 |
12
README.md
12
README.md
@ -21,8 +21,11 @@ Ansible libraries for managing Gandi resources.
|
||||
- name: Install dns-lexicon system wide
|
||||
become: true
|
||||
pip:
|
||||
name: dns-lexicon==3.3.19
|
||||
name: "{{ item }}"
|
||||
executable: /usr/bin/pip3
|
||||
with_items:
|
||||
- dns-lexicon==3.3.19
|
||||
- cryptography==2.8
|
||||
|
||||
- name: Create foobar.autonomic.zone
|
||||
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.
|
||||
|
||||
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
|
||||
```
|
||||
|
Reference in New Issue
Block a user