Point to git.coop URL but remove tasks for now
[ci skip]
This commit is contained in:
parent
8faf21017a
commit
d3fd12dd92
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user