Guest User

Untitled

a guest
Apr 2nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ---
  2. # Enable DHCP management
  3. :enabled: https
  4. # valid vendors:
  5. # - isc
  6. # - native_ms (Microsoft native implementation)
  7. # - virsh (simple implementation for libvirt)
  8. :dhcp_vendor: isc
  9. :dhcp_server: 127.0.0.1
  10. :dhcp_config: /etc/dhcp/dhcpd.conf
  11. :dhcp_leases: /var/lib/dhcpd/dhcpd.leases
  12. :dhcp_key_name: my_key
  13. :dhcp_key_secret: <REMOVED>
  14. :dhcp_omapi_port: 7911
Advertisement
Add Comment
Please, Sign In to add comment