mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-28 09:22:10 +07:00
Compare commits
3 Commits
modernize
...
6891b29c94
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6891b29c94 | ||
|
|
b1997d56c6 | ||
|
|
9983636f37 |
@@ -2,7 +2,9 @@
|
||||
|
||||
profile: production
|
||||
|
||||
warn_list: []
|
||||
warn_list:
|
||||
- role-name
|
||||
- schema[meta]
|
||||
|
||||
skip_list: []
|
||||
|
||||
|
||||
1
.github/workflows/molecule.yml
vendored
1
.github/workflows/molecule.yml
vendored
@@ -15,7 +15,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
scenario:
|
||||
- debian-10
|
||||
- debian-11
|
||||
- debian-12
|
||||
- ubuntu-20.04
|
||||
|
||||
22
README.md
22
README.md
@@ -20,17 +20,17 @@ Features:
|
||||
|
||||
Supported OS:
|
||||
|
||||
| OS | Working | Stable (active support) |
|
||||
|----------------------|---------|------------------------------------------------------------------------------------------------------|
|
||||
| Debian Jessie (8) | Yes | Check latest supported version ([1.5.0](https://github.com/HanXHX/ansible-nginx/releases/tag/1.5.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 Bullseye (11) | Yes | Yes |
|
||||
| Debian Bookworm (12) | Yes | Yes |
|
||||
| Debian Trixie (13) | WIP | Not yet |
|
||||
| Ubuntu 20.04 | Yes | Yes |
|
||||
| Ubuntu 22.04 | Yes | Yes |
|
||||
| Ubuntu 24.04 | Yes | Yes |
|
||||
| OS | Working | Stable (active support) |
|
||||
|----------------------|---------|--------------------------------------------------------------------------------------------------------|
|
||||
| Debian Jessie (8) | Yes | Check latest supported version ([1.5.0](https://github.com/HanXHX/ansible-nginx/releases/tag/1.5.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 | Check latest supported version ([1.10.0](https://github.com/HanXHX/ansible-nginx/releases/tag/1.10.0)) |
|
||||
| Debian Bullseye (11) | Yes | Yes |
|
||||
| Debian Bookworm (12) | Yes | Yes |
|
||||
| Debian Trixie (13) | WIP | Not yet |
|
||||
| Ubuntu 20.04 | Yes | Yes |
|
||||
| Ubuntu 22.04 | Yes | Yes |
|
||||
| Ubuntu 24.04 | Yes | Yes |
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
|
||||
platforms:
|
||||
- name: debian-10
|
||||
image: dokken/debian-10
|
||||
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