Skip to content

Commit

Permalink
Fixed bug in Agent2 role that caused plugins to always install.
Browse files Browse the repository at this point in the history
  • Loading branch information
trippsc2 committed Oct 1, 2024
1 parent accbb08 commit 2b7b798
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: trippsc2
name: zabbix
version: 1.1.5
version: 1.1.6
readme: README.md
authors:
- Jim Tarpley
Expand Down
2 changes: 1 addition & 1 deletion roles/agent2/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.zabbix.agent2
Version: 1.1.5
Version: 1.1.6

This role installs the Zabbix Agent 2 on a Linux or Windows machine.

Expand Down
2 changes: 1 addition & 1 deletion roles/agent2/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_zbxagent_install_plugins: >-
{{ zbxagent_install_mongodb_plugin or
zbxagent_install_mssql_plugin or
zbxagent_install_pgsql_plugin }}
zbxagent_install_pgsql_plugin }}
_zbxagent_firewall_type: >-
{{ zbxagent_firewall_type | default(_zbxagent_default_firewall_type) }}
Expand Down
2 changes: 1 addition & 1 deletion roles/host/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.zabbix.host
Version: 1.1.5
Version: 1.1.6

This role configures a host within Zabbix Server.

Expand Down
2 changes: 1 addition & 1 deletion roles/nginx/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.zabbix.nginx
Version: 1.1.5
Version: 1.1.6

This role installs NGINX as a web frontend for Zabbix Server on a Linux machine.

Expand Down
2 changes: 1 addition & 1 deletion roles/repo/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.zabbix.repo
Version: 1.1.5
Version: 1.1.6

This role installs the Zabbix official repository on a Linux machine.

Expand Down
2 changes: 1 addition & 1 deletion roles/server/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.zabbix.server
Version: 1.1.5
Version: 1.1.6

This role installs and configures the Zabbix server on a Linux machine.

Expand Down
2 changes: 1 addition & 1 deletion roles/server_postgresql/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.zabbix.server_postgresql
Version: 1.1.5
Version: 1.1.6

['This role installs PostgreSQL server for use by a Zabbix server.', 'This role uses trippsc2.postgresql.install to install PostgreSQL.']

Expand Down

0 comments on commit 2b7b798

Please sign in to comment.