Skip to content

Commit

Permalink
Rename distro-specific vars file for better sorting and increase vers…
Browse files Browse the repository at this point in the history
…ion to 2.3.0p12
  • Loading branch information
kso512 committed Aug 7, 2024
1 parent 54b1252 commit 525cf1b
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 31 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ For reference, "OMD" below stands for the [Open Monitoring Distribution](https:/

| CheckMK Raw Edition Version | Role Version/Tag |
| --------------------------- | ---------------- |
| 2.3.0p12 | 1.0.87 |
| 2.3.0p11 | 1.0.86 |
| 2.3.0p10 | 1.0.85 |
| 2.2.0p9 | 1.0.84 |
| 2.3.0p7 | 1.0.83 |
| 2.3.0p6 | 1.0.82 |

## Requirements

Expand Down Expand Up @@ -99,7 +99,7 @@ Some of these may be seem redundant but are specified so future users can overri
| checkmk_server_omd_start_creates | File created by starting OMD | `/opt/omd/sites/{{ checkmk_server_site }}/tmp/apache/run/apache.pid` |
| checkmk_server_prerequisites | Packages needed before installing CheckMK RAW edition | `python3-apt` `python3-passlib` |
| checkmk_server_site | Name of OMD "site" to create; this is often shown as `my-site` in the CheckMK documentation examples | `test` |
| checkmk_server_version | Version of CheckMK RAW edition to install | `2.3.0p11` |
| checkmk_server_version | Version of CheckMK RAW edition to install | `2.3.0p12` |
| checkmk_server_web_service | Name of the web service to start and enable | `apache2` |

### Tables of Variables Unique to at Least One Distribution (with Defaults)
Expand All @@ -112,12 +112,12 @@ Description: SHA256 checksum of the source installation package

| Distribution | Default |
| ------------ | ------- |
| Debian 10 | `sha256:2b2f5469b47dfb9c7adde9ac6864e5bf92c27de131f1dcf19b6f39068566f82c` |
| Debian 11 | `sha256:32df6d952d7770248aa6a36dfa3d19e4c0c11b2d70bf714fa03f6407feba499e` |
| Debian 12 | `sha256:14305898b8d836999130001568bc34ddc55be589baea28d2ca0a50e3e1514bcd` |
| Ubuntu 20.04 | `sha256:dfc6b6d7a450350ced2c7ba8b4fde07e8025e3d071d0f9132222c446edf65dc9` |
| Ubuntu 22.04 | `sha256:d5b264dfd5fe45c07990f04859e40c294eda17f8f4fe50e69e623b9fd29fb28d` |
| Ubuntu 24.04 | `sha256:36c2d929b9fb6930f2515bc2f408e5c1e752443c4266cf0e092612693f4992e7` |
| Debian 10 | `sha256:ca3ab687e50c06ce24672ea1b446d125841ec37b39b08e95e3e6a03ad0beb651` |
| Debian 11 | `sha256:c54402ee378095dedeb36132d2db79d0fba9357c07656416783e093b73e229f2` |
| Debian 12 | `sha256:dbbc7f939a37be5f50b26ef79c78ef19cf7fefc6e28fcb5ddbdcf3f87e1c00a3` |
| Ubuntu 20.04 | `sha256:e4d60722721f38001d9087f97a73fc6cf3dd09ee6136516a4fa682053e73699a` |
| Ubuntu 22.04 | `sha256:7965f13e368544f2e74e8d7dbe94f5e0a277c83f44ad9975c7bd805f218ca7ef` |
| Ubuntu 24.04 | `sha256:8c11785fc2da38ed8c7485effcb9206e8b41a4a929e1bb290be45f27db247c43` |

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ checkmk_server_prerequisites:
- python3-apt
- python3-passlib
checkmk_server_site: test
checkmk_server_version: 2.3.0p11
checkmk_server_version: 2.3.0p12
checkmk_server_web_service: apache2
...
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
vars:
params:
files:
- "{{ ansible_distribution_release }}.{{ ansible_distribution }}.yml"
- "{{ ansible_distribution }}.{{ ansible_distribution_release }}.yml"
- "{{ ansible_distribution }}.{{ ansible_distribution_major_version }}.yml"
- default.yml
paths:
Expand Down
4 changes: 4 additions & 0 deletions vars/Debian.bookworm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
# Debian 12 "bookworm" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:dbbc7f939a37be5f50b26ef79c78ef19cf7fefc6e28fcb5ddbdcf3f87e1c00a3"
...
4 changes: 4 additions & 0 deletions vars/Debian.bullseye.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
# Debian 11 "bullseye" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:c54402ee378095dedeb36132d2db79d0fba9357c07656416783e093b73e229f2"
...
4 changes: 4 additions & 0 deletions vars/Debian.buster.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
# Debian 10 "buster" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:ca3ab687e50c06ce24672ea1b446d125841ec37b39b08e95e3e6a03ad0beb651"
...
4 changes: 4 additions & 0 deletions vars/Ubuntu.jammy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
# Ubuntu 22.04 "Jammy Jellyfish" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:7965f13e368544f2e74e8d7dbe94f5e0a277c83f44ad9975c7bd805f218ca7ef"
...
4 changes: 4 additions & 0 deletions vars/Ubuntu.noble.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
# Ubuntu 24.04 LTS "Noble Numbat" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:8c11785fc2da38ed8c7485effcb9206e8b41a4a929e1bb290be45f27db247c43"
...
4 changes: 0 additions & 4 deletions vars/bookworm.Debian.yml

This file was deleted.

4 changes: 0 additions & 4 deletions vars/bullseye.Debian.yml

This file was deleted.

4 changes: 0 additions & 4 deletions vars/buster.Debian.yml

This file was deleted.

2 changes: 1 addition & 1 deletion vars/default.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# default (Ubuntu 20.04 "Focal Fossa") variables file for checkmk_server
checkmk_server_download_checksum: "sha256:dfc6b6d7a450350ced2c7ba8b4fde07e8025e3d071d0f9132222c446edf65dc9"
checkmk_server_download_checksum: "sha256:e4d60722721f38001d9087f97a73fc6cf3dd09ee6136516a4fa682053e73699a"
...
4 changes: 0 additions & 4 deletions vars/jammy.Ubuntu.yml

This file was deleted.

4 changes: 0 additions & 4 deletions vars/noble.Ubuntu.yml

This file was deleted.

0 comments on commit 525cf1b

Please sign in to comment.