summaryrefslogtreecommitdiffstats
path: root/roles/hostnames/vars/records.yaml
blob: 3bf12ae2b1ea0e40fc4e66cfd3a12bfe774eb853 (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