summaryrefslogtreecommitdiff
path: root/group_vars/all.yml
blob: d64ccd5b17790945225ef4e5621da42041c6c524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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_sec_zones:
  - zone: simponic.xyz

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