Skip to content

Commit

Permalink
Merge branch 'build/molecule-ubuntu2404' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Jun 6, 2024
2 parents bebd861 + 4714820 commit 40d6a46
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/agent/molecule/2.2.0/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: ubuntu2404
image: geerlingguy/docker-ubuntu2404-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
tmpfs:
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: debian11
image: geerlingguy/docker-debian11-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand Down
10 changes: 10 additions & 0 deletions roles/agent/molecule/2.3.0/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: ubuntu2404
image: geerlingguy/docker-ubuntu2404-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
tmpfs:
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: debian11
image: geerlingguy/docker-debian11-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand Down
1 change: 1 addition & 0 deletions roles/server/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ checkmk_server_server_stable_os:
- Ubuntu-18
- Ubuntu-20
- Ubuntu-22
- Ubuntu-24

checkmk_server_version: "2.3.0p5"
checkmk_server_edition: cre
Expand Down
10 changes: 10 additions & 0 deletions roles/server/molecule/2.2.0/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: ubuntu2404
image: geerlingguy/docker-ubuntu2404-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
tmpfs:
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: debian11
image: geerlingguy/docker-debian11-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand Down
10 changes: 10 additions & 0 deletions roles/server/molecule/2.3.0/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: ubuntu2404
image: geerlingguy/docker-ubuntu2404-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
tmpfs:
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: debian11
image: geerlingguy/docker-debian11-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand Down

0 comments on commit 40d6a46

Please sign in to comment.