Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 2.24 KB

CHANGES.rst

File metadata and controls

74 lines (49 loc) · 2.24 KB

Changelog

Unreleased

Fixed

  • Fix Ansible 2.2 deprecation warnings which requires Ansible 2.2 or higher. Support for older Ansible versions is dropped. [brzhk]

v0.1.2

Released: 2017-03-21

Fixed

  • The ownership of the net-snmp snmpd daemon changed from user snmp to Debian-snmp on Debian stretch and later. This transtition helps with conflicting users on LDAP systems. Fixes Debian Bug #794647. [prahal, drybjed]

v0.1.1

Released: 2016-05-19

  • Make sure that role works in Ansible check mode. [drybjed]
  • Change the systemd handler into a task, so that the systemd configuration is reloaded as soon as possible. [drybjed]

v0.1.0

Released: 2016-02-07

  • Initial release. [drybjed]
  • Fix wrongly named variable in /etc/default/snmpd. [drybjed]
  • Install a custom snmpd.service unit file to replace Debian provided init script, which causes issues with snmpd daemon on hosts with LXC containers. This unit file will be automatically activated on hosts with systemd enabled. [drybjed]
  • Ignore "link-local" IPv6 addresses in list of IP addresses / subnets allowed to connect to snmpd. [drybjed]
  • Fix wrong permissions in /etc/default/{lldpd,snmpd} configuration files. [drybjed]
  • Fix deprecation warnings in Ansible 2.1.0. [drybjed]
  • Reload systemd daemons when a replacement snmpd.service unit is installed and enable it "manually" because the Ansible service module doesn't want to play nice with both systemd unit and sysvinit script being present. [drybjed]
  • Remove hard role dependencies on ferm, tcpwrappers and APT preferences. Move their configuration to default variables, which can be used from an Ansible playbook. [drybjed]
  • Add support for /proc hidepid option. Role will detect it using Ansible local facts provided by the debops.console role and add snmp user to the required system group. [drybjed]
  • Make sure that variables which define SNMP passwords are set on all hosts during Ansible playbook run, since the old issue has been resolved. [drybjed]