Skip to content
Snippets Groups Projects
Verified Commit 1e0f84a6 authored by ynerant's avatar ynerant
Browse files

[certbot] Remove obsolete DNS lookup


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 870cdd16
No related branches found
No related tags found
1 merge request!237Certbot
......@@ -10,13 +10,6 @@
retries: 3
until: apt_result is succeeded
- name: Lookup DNS masters IPv4
set_fact:
#dns_masters_ipv4: "{{ bind.masters | json_query('servers[].interface[?vlan_id==`2`].ipv4[]') }}"
dns_masters_ipv4:
- "172.16.10.147"
cacheable: true
- name: Add DNS credentials
template:
src: letsencrypt/rfc2136.ini.j2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment