mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-05 12:22:09 +07:00
🚀 Support Ubuntu 24.04 + Debian 13
This commit is contained in:
4
.github/workflows/molecule.yml
vendored
4
.github/workflows/molecule.yml
vendored
@@ -18,11 +18,13 @@ jobs:
|
|||||||
- debian-10
|
- debian-10
|
||||||
- debian-11
|
- debian-11
|
||||||
- debian-12
|
- debian-12
|
||||||
|
- ubuntu-20.04
|
||||||
- ubuntu-22.04
|
- ubuntu-22.04
|
||||||
|
- ubuntu-24.04
|
||||||
allowed-to-fail:
|
allowed-to-fail:
|
||||||
- false
|
- false
|
||||||
include:
|
include:
|
||||||
- scenario: ubuntu-20.04
|
- scenario: debian-13
|
||||||
allowed-to-fail: true
|
allowed-to-fail: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -26,9 +26,11 @@ Supported OS:
|
|||||||
| Debian Stretch (9) | Yes | Check latest supported version ([1.9.0](https://github.com/HanXHX/ansible-nginx/releases/tag/1.9.0)) |
|
| Debian Stretch (9) | Yes | Check latest supported version ([1.9.0](https://github.com/HanXHX/ansible-nginx/releases/tag/1.9.0)) |
|
||||||
| Debian Buster (10) | Yes | Yes |
|
| Debian Buster (10) | Yes | Yes |
|
||||||
| Debian Bullseye (11) | Yes | Yes |
|
| Debian Bullseye (11) | Yes | Yes |
|
||||||
| Debian Bookworm (12) | Yes | Not yet :) |
|
| Debian Bookworm (12) | Yes | Yes |
|
||||||
|
| Debian Trixie (13) | WIP | Not yet |
|
||||||
| Ubuntu 20.04 | Yes | Yes |
|
| Ubuntu 20.04 | Yes | Yes |
|
||||||
| Ubuntu 22.04 | Yes | Yes |
|
| Ubuntu 22.04 | Yes | Yes |
|
||||||
|
| Ubuntu 24.04 | Yes | Yes |
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: debian-12
|
- name: debian-13
|
||||||
image: dokken/debian-12
|
image: dokken/debian-13
|
||||||
command: /lib/systemd/systemd
|
command: /lib/systemd/systemd
|
||||||
dockerfile: ../_shared/Dockerfile.j2
|
dockerfile: ../_shared/Dockerfile.j2
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
13
molecule/debian-13/molecule.yml
Normal file
13
molecule/debian-13/molecule.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
- name: debian-12
|
||||||
|
image: dokken/debian-13
|
||||||
|
command: /lib/systemd/systemd
|
||||||
|
dockerfile: ../_shared/Dockerfile.j2
|
||||||
|
capabilities:
|
||||||
|
- SYS_ADMIN
|
||||||
|
cgroupns_mode: host
|
||||||
|
volumes:
|
||||||
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
||||||
|
privileged: true
|
||||||
13
molecule/ubuntu-24.04/molecule.yml
Normal file
13
molecule/ubuntu-24.04/molecule.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
- name: ubuntu-24.04
|
||||||
|
image: dokken/ubuntu-24.04
|
||||||
|
command: /lib/systemd/systemd
|
||||||
|
dockerfile: ../_shared/Dockerfile.j2
|
||||||
|
capabilities:
|
||||||
|
- SYS_ADMIN
|
||||||
|
cgroupns_mode: host
|
||||||
|
volumes:
|
||||||
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
||||||
|
privileged: true
|
||||||
Reference in New Issue
Block a user