Commit Graph

14 Commits

Author SHA1 Message Date
vincent
e6393cd0bd adapt for custom use 2021-10-24 20:54:44 +02:00
Anthony Ruhier
761f928957 Add compatibility with more distributions 2017-09-21 02:22:06 +02:00
Matthieu Bertin
25ef9932c6 Update main.yml 2017-06-01 09:38:43 +02:00
Matthieu Bertin
dc4c9b4fb2 always_run is deprecated. Use check_mode = no instead..
[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.
2017-06-01 00:59:48 +02:00
Gavrilov Alexy
8c45015e64 fix [DEPRECATION WARNING] ansible ver 2.0.1.0 2016-04-13 12:23:26 +05:00
Gavrilov Alexy
79d3afccb7 fix run --check 2016-04-08 15:03:33 +05:00
Maciej Delmanowski
271da470fb Change the way 'debops.dhcpd' gathers nameservers 2015-08-29 20:01:23 +02:00
Maciej Delmanowski
c8c6ce2a38 Make sure that included files exist before restart 2015-04-07 13:03:48 +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
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
f34a60a7cc Make sure that /var/lib/dhcp/dhcpd6.leases exists 2015-03-29 21:13:24 +02: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
Maciej Delmanowski
79baaa609b Convert role tasks to YAML format 2015-03-27 10:50:21 +01: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