Repos with recipes to deploy some infrastructure services
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

27 行
391 B

  1. ---
  2. ##
  3. # PowerDNS Configuration
  4. ##
  5. pdns_config:
  6. # Turns on master operations
  7. master: true
  8. # Listen Address
  9. local-address: "127.0.0.1"
  10. local-port: "53"
  11. # API Configuration
  12. api: yes
  13. api-key: "powerdns"
  14. # Embedded webserver
  15. webserver: yes
  16. webserver-address: "0.0.0.0"
  17. webserver-port: "8001"
  18. pdns_service_overrides:
  19. LimitCORE: infinity