Disable DNS tasks for now
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9348b5066e
commit
20c1d5bf0b
@ -8,32 +8,33 @@
|
|||||||
extensions:
|
extensions:
|
||||||
- yml
|
- yml
|
||||||
|
|
||||||
- name: Prepare Python system dependencies
|
# Note(decentral1se): disable while DNS is flapping
|
||||||
become: true
|
# - name: Prepare Python system dependencies
|
||||||
apt:
|
# become: true
|
||||||
name: python3-pip
|
# apt:
|
||||||
state: present
|
# name: python3-pip
|
||||||
|
# state: present
|
||||||
|
|
||||||
- name: Install dns-lexicon system wide
|
# - name: Install dns-lexicon system wide
|
||||||
become: true
|
# become: true
|
||||||
pip:
|
# pip:
|
||||||
name: ["cryptography==2.8", "dns-lexicon==3.3.19"]
|
# name: ["cryptography==2.8", "dns-lexicon==3.3.19"]
|
||||||
executable: /usr/bin/pip3
|
# executable: /usr/bin/pip3
|
||||||
state: present
|
# state: present
|
||||||
|
|
||||||
- name: "Create {{ domain }} DNS entry"
|
# - name: "Create {{ domain }} DNS entry"
|
||||||
gandi_dns:
|
# gandi_dns:
|
||||||
gandi_rest_token: "{{ gandi_rest_token }}"
|
# gandi_rest_token: "{{ gandi_rest_token }}"
|
||||||
domain: "{{ domain }}"
|
# domain: "{{ domain }}"
|
||||||
ipv4: "{{ dokku_domain_ipv4 }}"
|
# ipv4: "{{ dokku_domain_ipv4 }}"
|
||||||
state: present
|
# state: present
|
||||||
|
|
||||||
- name: "Configure the {{ domain }} domain"
|
# - name: "Configure the {{ domain }} domain"
|
||||||
dokku_domains:
|
# dokku_domains:
|
||||||
app: autonomic.zone
|
# app: autonomic.zone
|
||||||
domains:
|
# domains:
|
||||||
- "{{ domain }}"
|
# - "{{ domain }}"
|
||||||
state: present
|
# state: present
|
||||||
|
|
||||||
- name: Ensure default app configured domains go away
|
- name: Ensure default app configured domains go away
|
||||||
dokku_domains:
|
dokku_domains:
|
||||||
|
Reference in New Issue
Block a user