diff --git a/roles/certbot/tasks/main.yml b/roles/certbot/tasks/main.yml index 90fe154f..eb50fc02 100644 --- a/roles/certbot/tasks/main.yml +++ b/roles/certbot/tasks/main.yml @@ -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