diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-01 20:23:23 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-01 20:23:23 -0500 |
commit | c0ed0a948fd574208a44b2cfb5f944cf45efca29 (patch) | |
tree | aff8726464a32d1567c0cd8e5a10263976a0cc65 /group_vars | |
parent | 64e3ad7da4884c5c36f2e30a5af1f74c88208ff8 (diff) | |
download | oldinfra-c0ed0a948fd574208a44b2cfb5f944cf45efca29.tar.gz oldinfra-c0ed0a948fd574208a44b2cfb5f944cf45efca29.zip |
first dns setup checkpoint
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 82b1512..42bc03b 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -4,3 +4,18 @@ dns_servers: - 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 |