Don't fuck with DNS 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
489315eb60
commit
dcb3ada610
@ -8,26 +8,6 @@
|
|||||||
extensions:
|
extensions:
|
||||||
- yml
|
- yml
|
||||||
|
|
||||||
- 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: "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"
|
- name: "Configure the {{ domain }} domain"
|
||||||
dokku_domains:
|
dokku_domains:
|
||||||
app: autonomic.zone
|
app: autonomic.zone
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
ansible_python_interpreter: "/usr/bin/python3"
|
ansible_python_interpreter: "/usr/bin/python3"
|
||||||
autonomic_admin_mail: "helo@autonomic.zone"
|
autonomic_admin_mail: "helo@autonomic.zone"
|
||||||
dokku_domain_ipv4: "94.130.105.60"
|
|
||||||
domain: "autonomic.zone"
|
domain: "autonomic.zone"
|
||||||
http_port: "4000"
|
http_port: "4000"
|
||||||
jekyll_config: "_config_prod.yml"
|
jekyll_config: "_config_prod.yml"
|
||||||
|
Reference in New Issue
Block a user