Skip to content

Commit

Permalink
Increase version to 2.3.0p9
Browse files Browse the repository at this point in the history
  • Loading branch information
kso512 committed Jul 6, 2024
1 parent 7646f6c commit 71ad582
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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.2.0p9 | 1.0.84 |
| 2.3.0p7 | 1.0.83 |
| 2.3.0p6 | 1.0.82 |
| 2.3.0p5 | 1.0.81 |
| 2.3.0p4 | 1.0.80 |
| 2.2.0p3 | 1.0.79 |

## 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.0p7` |
| checkmk_server_version | Version of CheckMK RAW edition to install | `2.3.0p9` |
| 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:6fa7ee8bde4f9222742876ce0571875f790d704ab09c7f044e238626eb6a7b81` |
| Debian 11 | `sha256:e83c1b3f572e10b19e30a4f3477afe662536a8a9647de520403aa85891c5b841` |
| Debian 12 | `sha256:99e5b893f8355915432554829f277cc881eca885347c38a553d6ff118656dad4` |
| Ubuntu 20.04 | `sha256:fd18f966c59079c43e545a6ae62f8604dd363a6d6b6d8aa9c4c0ea702f6e215b` |
| Ubuntu 22.04 | `sha256:6f20091ae5ed8a47e3b7ec57455e13533b00fd92e98443c4798c09bdba6f4dd4` |
| Ubuntu 24.04 | `sha256:e87a83adc7d30d2ec8da5700840ea3a8b58f08dd61578f839de210dc71957bb4` |
| Debian 10 | `sha256:b04a8ff9c3026c37ff264527c6a93125aa1dba95ec06590e3f4d3549452e3333` |
| Debian 11 | `sha256:174dd1aeec57bb92fdf4f90cf1d776026969b6328648d6ff57fef466fbdcd0ac` |
| Debian 12 | `sha256:e908d08ed8fbda17c072f5b630531549cbe92bb8755d5ef64fb5f88477232b67` |
| Ubuntu 20.04 | `sha256:c50a8f65a4aab5496e3a0274b221f3facd51996477499281908b6b8d4849a655` |
| Ubuntu 22.04 | `sha256:70f59aebadabc9c93d1e70a1a7860f2e0748eb424a4fa12c446854b406458449` |
| Ubuntu 24.04 | `sha256:08f8902608eee005fde783b5108847b046fe198b119ec467b9edba6738da199c` |

## 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.0p7
checkmk_server_version: 2.3.0p9
checkmk_server_web_service: apache2
...
2 changes: 1 addition & 1 deletion vars/bookworm.Debian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Debian 12 "bookworm" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:99e5b893f8355915432554829f277cc881eca885347c38a553d6ff118656dad4"
checkmk_server_download_checksum: "sha256:e908d08ed8fbda17c072f5b630531549cbe92bb8755d5ef64fb5f88477232b67"
...
2 changes: 1 addition & 1 deletion vars/bullseye.Debian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Debian 11 "bullseye" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:e83c1b3f572e10b19e30a4f3477afe662536a8a9647de520403aa85891c5b841"
checkmk_server_download_checksum: "sha256:174dd1aeec57bb92fdf4f90cf1d776026969b6328648d6ff57fef466fbdcd0ac"
...
2 changes: 1 addition & 1 deletion vars/buster.Debian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Debian 10 "buster" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:6fa7ee8bde4f9222742876ce0571875f790d704ab09c7f044e238626eb6a7b81"
checkmk_server_download_checksum: "sha256:b04a8ff9c3026c37ff264527c6a93125aa1dba95ec06590e3f4d3549452e3333"
...
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:fd18f966c59079c43e545a6ae62f8604dd363a6d6b6d8aa9c4c0ea702f6e215b"
checkmk_server_download_checksum: "sha256:c50a8f65a4aab5496e3a0274b221f3facd51996477499281908b6b8d4849a655"
...
2 changes: 1 addition & 1 deletion vars/jammy.Ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Ubuntu 22.04 "Jammy Jellyfish" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:6f20091ae5ed8a47e3b7ec57455e13533b00fd92e98443c4798c09bdba6f4dd4"
checkmk_server_download_checksum: "sha256:70f59aebadabc9c93d1e70a1a7860f2e0748eb424a4fa12c446854b406458449"
...
2 changes: 1 addition & 1 deletion vars/noble.Ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Ubuntu 24.04 LTS "Noble Numbat" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:e87a83adc7d30d2ec8da5700840ea3a8b58f08dd61578f839de210dc71957bb4"
checkmk_server_download_checksum: "sha256:08f8902608eee005fde783b5108847b046fe198b119ec467b9edba6738da199c"
...

0 comments on commit 71ad582

Please sign in to comment.