Disable DNS task for now...
This commit is contained in:
parent
0e62b9e045
commit
476df063b4
@ -8,25 +8,25 @@
|
||||
extensions:
|
||||
- yml
|
||||
|
||||
- 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[gandi] 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:
|
||||
|
Reference in New Issue
Block a user