Point to git.coop URL but remove tasks for now

[ci skip]
This commit is contained in:
Luke Murphy 2020-04-09 08:38:34 +02:00
parent 8faf21017a
commit d3fd12dd92
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 1 additions and 24 deletions

View File

@ -8,29 +8,6 @@
extensions:
- yml
- name: Prepare Python system dependencies
become: true
apt:
name: python3-pip
state: present
- name: Install dns-lexicon[gandi] system wide
become: true
pip:
name: "{{ item }}"
executable: /usr/bin/pip3
state: present
with_items:
- cryptography==2.8
- dns-lexicon==3.3.19
- name: "Create {{ domain }} DNS entry"
gandi_dns:
gandi_rest_token: "{{ gandi_rest_token }}"
domain: "{{ domain }}"
ipv4: "{{ dokku_domain_ipv4 }}"
state: present
- name: "Configure the {{ domain }} domain"
dokku_domains:
app: gitea

View File

@ -2,5 +2,5 @@
- src: dokku_bot.ansible_dokku
version: v2020.3.24
- src: https://git.autonomic.zone/autonomic-cooperative/autonomic.gandi/archive/0.0.5.tar.gz
- src: https://git.coop/decentral1se/autonomic.gandi/-/archive/0.0.5/autonomic.gandi-0.0.5.tar.gz
name: autonomic.gandi