summaryrefslogtreecommitdiff
path: root/group_vars/all.yml
blob: 42bc03b114253829748d5261ae03e5b3218fd3af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
dns_servers:
  - 1.1.1.1
  - 1.0.0.1
dns_dnssec: true
dns_domains: ["internal.simponic.xyz"]

dns_zones:
  - zone_name: simponic.xyz
    zone_file: db.simponic.xyz

  - zone_name: rainrainra.in
    zone_file: db.rainrainra.in

  - zone_name: rileyandlizzy.wedding
    zone_file: db.rileyandlizzy.wedding

dns_primary_hostname: ryo
dns_replica_hostname: nijika
dns_primary_ip: 107.173.19.33
dns_replica_ip: 107.172.103.253