Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.91 KB | None | 0 0
  1. - name: default
  2.   description: Default BIND9 Pool
  3.  
  4.   attributes:
  5.     external: true
  6.   ns_records:
  7.     - hostname: aa10-dns1.interna.rf01.co.
  8.       priority: 1
  9.     - hostname: ll-rhel7.interna.rf01.co.
  10.       priority: 2
  11.   nameservers:
  12.     - host: 172.25.250.131
  13.       port: 53
  14.     - host: 172.25.250.125
  15.       port: 53
  16.  
  17.   targets:
  18.     - type: bind9
  19.       description: BIND9 Server 1
  20.       masters:
  21.         - host: 172.25.250.68
  22.           port: 5354
  23.       options:
  24.         host: 172.25.250.131
  25.         port: 53
  26.         rndc_host: 172.25.250.131
  27.         rndc_port: 953
  28.         rndc_key_file: /etc/designate/rndc.key
  29.     - type: bind9
  30.       description: BIND9 Server 2
  31.       masters:
  32.         - host: 172.25.250.68
  33.           port: 5354
  34.       options:
  35.         host: 172.25.250.125
  36.         port: 53
  37.         rndc_host: 172.25.250.125
  38.         rndc_port: 953
  39.         rndc_key_file: /etc/designate/rndc.key
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement