Advertisement
Guest User

Untitled

a guest
Apr 8th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ---
  2.  
  3. - name: default
  4. description: Default PowerDNS Pool
  5.  
  6. attributes:
  7. type: internal
  8.  
  9. ns_records:
  10. - hostname: ns1-1.example.org.
  11. priority: 1
  12. - hostname: ns1-2.example.org.
  13. priority: 2
  14.  
  15. nameservers:
  16. - host: 192.0.2.2
  17. port: 53
  18. - host: 192.0.2.3
  19. port: 53
  20.  
  21. targets:
  22. - type: powerdns
  23. description: PowerDNS Database Cluster
  24. masters:
  25. - host: 192.0.2.1
  26. port: 5354
  27. options:
  28. connection: 'mysql+pymysql://designate:password@127.0.0.1/designate_pdns?charset=utf8'
  29. also_notifies:
  30. - host: 192.0.2.4
  31. port: 53
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement