Skip to content

Commit

Permalink
Move to cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedsajid committed Jul 26, 2024
1 parent 2c5531d commit d9499fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/includes/digitalocean_dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

- name: Lookup existing record
set_fact:
dig_lookup: "{{ lookup('dig', do_host + '.' + do_domain, '@8.8.8.8') }}"
dig_lookup: "{{ lookup('dig', do_host + '.' + do_domain, '@1.1.1.1') }}"

- name: stop play if config options do not exist or update isn't required
meta: end_play
Expand Down
4 changes: 2 additions & 2 deletions ansible/includes/dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
vars:
resolv_role_version: 1.3.2
upstream_nameservers:
- "8.8.8.8"
- "8.8.4.4"
- "1.1.1.1"
- "1.0.0.1"
tasks:
- name: create role folder
file:
Expand Down

0 comments on commit d9499fb

Please sign in to comment.