Ansible role to setup a Zabbix Server
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Simon Cornet 95a9673a5b
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
docs: improved readability
2026-07-16 15:05:44 +02:00
.woodpecker chore(package): update cr.simoncor.net/dockerhub/davidanson/markdownlint-cli2 docker tag to v0.23.0 2026-07-01 07:34:07 +00:00
defaults feat: upgrade zabbix to version 7.4 2025-07-17 11:18:43 +02:00
handlers feat: initial commit 2025-06-06 17:53:55 +02:00
meta feat: move deps to playbook 2026-05-08 15:44:26 +02:00
roles fix: update requirements to forgejo repo locations 2026-05-15 13:51:09 +02:00
tasks chore: migrate bare ansible_* facts to ansible_facts[] syntax 2026-05-19 09:19:09 +02:00
templates/zabbix feat: remove unused directive 2025-07-04 12:13:59 +02:00
.ansible-lint fix: exclude only sops yml files from lint 2026-07-14 16:24:05 +02:00
.editorconfig chore: add .editorconfig and .gitattributes 2026-05-27 14:24:11 +02:00
.gitattributes chore: add .editorconfig and .gitattributes 2026-05-27 14:24:11 +02:00
.gitignore feat: initial commit 2025-06-06 17:53:55 +02:00
.markdownlint-cli2.jsonc style: ignore line length for markdown tables 2026-05-15 13:44:04 +02:00
.sops.yaml fix: correct sops regex to ya?ml 2026-07-14 16:02:11 +02:00
.yamllint chore: exclude .yml files from lint configs 2026-07-14 16:17:48 +02:00
AGENTS.md style: align markdown table formatting for MD060 compliance 2026-05-18 18:26:21 +02:00
ansible.cfg chore: sync linting and config files from common 2026-07-14 11:33:16 +02:00
playbook.yaml feat: move deps to playbook 2026-05-08 15:44:26 +02:00
readme.md docs: improved readability 2026-07-16 15:05:44 +02:00
renovate.json fix(ci): use central config 2025-06-17 17:58:38 +02:00

Overview

This role the opinionated installation and configuration of a Zabbix Server.

Supported Operating Systems

Operating System Version
Debian 13

Variables

Variable Type Default Required
zabbix_server_db_name string zabbix No
zabbix_server_db_user string zabbix No
zabbix_server_db_pass string(enc) zabbixpass No

Example usage

zabbix_server_db_name: "zabbix"
zabbix_server_db_user: "zabbix"
zabbix_server_db_pass: "supersecretdbpass"
  ...