Should be working when DNS is fixed
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-03-31 13:52:29 +02:00
parent d88ecbcc1a
commit 46732e1708
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 17 additions and 18 deletions

View File

@ -8,26 +8,25 @@
extensions:
- yml
# TODO(decentral1se): re-enable once it is behaving again...
# - name: Prepare Python system dependencies
# become: true
# apt:
# name: python3-pip
# state: present
- name: Prepare Python system dependencies
become: true
apt:
name: python3-pip
state: present
# - name: Install dns-lexicon system wide
# become: true
# pip:
# name: ["cryptography==2.8", "dns-lexicon==3.3.19"]
# executable: /usr/bin/pip3
# state: present
- name: Install dns-lexicon system wide
become: true
pip:
name: ["cryptography==2.8", "dns-lexicon==3.3.19"]
executable: /usr/bin/pip3
state: present
# - name: "Create {{ domain }} DNS entry"
# gandi_dns:
# gandi_rest_token: "{{ gandi_rest_token }}"
# domain: "{{ domain }}"
# ipv4: "{{ dokku_domain_ipv4 }}"
# state: present
- 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: