summaryrefslogtreecommitdiffstats
path: root/roles/hostnames/vars/records.yaml
blob: 0cadc8181aae61689c1dac8df5462e77f2e4078d (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
25
26
27
28
---
- name: "Building Records"
  set_fact:
    dns_records_add:
      - view: private
        zone: example.com
        entries:
          - type: A
            hostname: master1.example.com
            ip: 172.16.15.94
          - type: A
            hostname: node1.example.com
            ip: 172.16.15.86
          - type: A
            hostname: node2.example.com
            ip: 172.16.15.87
      - view: public
        zone: example.com
        entries:
          - type: A
            hostname: master1.example.com
            ip: 10.3.10.116
          - type: A
            hostname: node1.example.com
            ip: 10.3.11.46
          - type: A
            hostname: node2.example.com
            ip: 10.3.12.6