Skip to content

Latest commit

 

History

History
88 lines (61 loc) · 3.31 KB

CHANGELOG.md

File metadata and controls

88 lines (61 loc) · 3.31 KB

Ansible Zabbix Agent release

Below an overview of all changes in the releases.

Version (Release date)

0.9.0 (2016-12-30)

  • Fix hostname mistmatch when updating macros #54 (By pull request: tahajahangir (Thanks!))
  • Update main.yml #52 (By pull request: envrm (Thanks!))
  • Added zabbix.yml vars for correct apt_key id #48
  • Updated to Zabbix 3.2.0 #47
  • Fix missed tag #43 (By pull request: leominov (Thanks!))
  • Set everything the same with agent_hostname

0.8.0 (2016-08-24)

  • Added more tests for Molecule
  • Configured Travis to execute the Molecule tests
  • specified become for local tasks #33 (By pull request: kam1kaze (Thanks!))
  • add proxy param to zabbix api #34 (By pull request: kam1kaze (Thanks!))
  • Fix for: zabbix 3 JMX interface Added property agent_interfaces to configure the interfaces via the API.
  • Fix for: skip zabbix_group module (Replaced zabbix_api_use by the properties zabbix_api_create_hostgroup and zabbix_api_create_hosts)

0.7.0 (2016-07-11)

  • Fix for: zabbix_repo - inconsistent use between server and agent roles. #17
  • Fix for: apache 2.2. and 2.4 #15
  • Removed Test Kitchen tests and added Molecule tests.
  • remove deprecated py scripts in library dir #32 (By pull request: mescanef (Thanks!))

0.6.0 (2016-05-12)

  • Changed sudo to become. #30 (By pull request: UnderGreen (Thanks!))
  • No reason for zabbix to able to change its own config #25 (By pull request: burner1024 (Thanks!))
  • Updated documentation for Zabbix 3.0
  • Updated Zabbix 3.0 OS list
  • Fixed tests

0.5.0 (2016-02-16)

  • Zabbix 3.0
  • Moved "set_facts" to var files.
  • Added basic travis-si test.

0.4.0 (2016-01-31)

  • zabbix_host_groups not working as expected #4 (By pull request: Pion (Thanks!))
  • set cache_valid_time=0 to ensure an apt-get update after the added repo-key (By pull request: lhoss (Thanks!))
  • Add api tag to set_fact. Fixes #19 (By pull request: kostyrevaa (Thanks!))
  • add sudo, and add zabbix-api dependency to readme.md (By pull request: Savemech (Thanks!))
  • default zabbix_agent to all interfaces #14 (By pull request: dlbewley (Thanks!))
  • enable use of EPEL packages #11 (By pull request: dlbewley (Thanks!))
  • Fixed kitchen test setup
  • Removed zabbix_group (is already in Ansible), updated zabbix_host
  • Added tag: zabbix-agent

0.3.0 (2015-08-25)

  • Fixes for RHEL 6 Server on ansible 1.9.2 #10 (By pull request: bwaters (Thanks!))
  • remove macros from defaults fixes issue #7 (By pull request: kostyrevaa (Thanks!))
  • defaults/main.yml is not in line with the README #5 (By pull request: dhxgit (Thanks!))
  • Added empty dependencies list to meta/main.yml #3 (By pull request: neneko-mun (Thanks!))
  • Ubuntu is uppercase in ansible_distribution #2 (By pull request: wascheck (Thanks!))

0.2.1 (2015-03-20)

  • Create hostgroups requires zabbix_api #1 (By pull request: wascheck (Thanks!))

0.2.0 (2015-03-06)

  • Added some "cove" modules for automatically creating agents in webinterface via api
  • Updated template for correct listeninterface

0.1.0 (2015-02-01)

  • Updated readme; added double quotes on names; added var zabbix_repo;

0.0.2 (2014-11-05)

  • Added suse as operating system
  • Updated documentation
  • Updated the name for the debian repositories for including deb or deb-src

0.0.1 (2014-11-01)

  • Initial Version