Commit Graph

18 Commits

Author SHA1 Message Date
Maciej Delmanowski
4e6e29697d Provide empty list of gateways if none are set 2015-10-15 17:52:19 +02:00
Maciej Delmanowski
49c26ff64b Fix templating error with no IPv6 network present
Fixes #14
2015-07-11 00:10:49 +02:00
RedRampage
3d41653a3a dhcpd_probe off by default; Added default for IPv6 2015-06-30 01:01:35 +03:00
Maciej Delmanowski
5b88a2f75e Add iPXE boot loader support 2015-04-22 10:55:47 +02:00
Maciej Delmanowski
0e0d53bbc8 Add 'dhcpd_zones' list variable 2015-03-30 13:58:19 +02:00
Maciej Delmanowski
5014dd8642 Add 'dhcp-probe' support
dhcp-probe script is used to scan the network for unauthorized DHCP
servers.
2015-03-30 13:34:53 +02:00
Maciej Delmanowski
f5fec411de Add IPv4 default router if found in Ansible facts 2015-03-29 23:34:58 +02:00
Maciej Delmanowski
7dfe3855ca Reorganize DHCP options
- 'dhcpd_global_options' text block has been split into individual
  variables;

- if list of nameservers is not specified, debops.dhcpd role will
  advertise nameservers set in '/etc/resolv.conf' file;

- default set of options can be enabled or disabled using a bool
  variable 'dhcpd_auto_options'. The options have been moved to
  a separate configuration template included in main one;
2015-03-29 22:56:46 +02:00
Maciej Delmanowski
48c658bbdf Add 'dhcpd_ipversion' variable
This variable indicates which Internet Protocol version should be enabled
in DHCP server, because ISC DHCP server supports only 1 version active
at a time.
2015-03-29 21:11:40 +02:00
Maciej Delmanowski
3c4a1e80bb Add variable for dhcpd(8) server options 2015-03-29 00:25:58 +01:00
Maciej Delmanowski
80f1f88786 Reorganize role documentation 2015-03-28 23:34:25 +01:00
Maciej Delmanowski
9b0ad40354 Add support for ISC DHCP Relay
You can enable installation of DHCP relay instead of the server via
'dhcpd_mode' variable. By default, relays send the packets to their
network gateway, but that might not be what you really want; however
selection of correct DHCP server can be performed by specifying it in
'dhcpd_relay_servers' list.
2015-03-27 14:32:44 +01:00
RedRampage
a8f2ae2b93 Failover declaration clarification 2015-02-02 22:56:55 +03:00
RedRampage
fac5b82f55 Added support for key statements 2014-12-18 16:10:12 +03:00
RedRampage
0d378f8441 Spacing fix 2014-11-28 13:00:19 +03:00
RedRampage
f1fb16b4a0 Added dhcpd failover configuration. 2014-11-28 12:54:28 +03:00
Maciej Delmanowski
d7d20ede7b Remove unneeded comments from role defaults
Some comments were moved to role README.md templates.
2014-08-31 14:21:56 +02:00
Maciej Delmanowski
5d5fd43a08 ginas project is renamed to DebOps project
This patch renames all role directories from 'ginas.' to 'debops.'
prefix, no other changes should be expected. Some script names are also
changed, but that shouldn't affect normal operations.
2014-08-26 23:36:08 +02:00