[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead..
This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
- '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;
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.
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.