Skip to content

Commit

Permalink
caddy_server: remote support for Debian 10 (#201)
Browse files Browse the repository at this point in the history
with the imminent end of LTS support, it's time to remove Debian 10
from testing to ease the load on our CI a little bit.
  • Loading branch information
maxhoesel authored Jun 18, 2024
1 parent 4acfacf commit 9ff0a93
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion roles/caddy_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Alternatively, you can also configure caddy with a Caddyfile by passing it to th

- The following distributions are currently supported and tested:
- Ubuntu: 20.04 LTS, 22.04, 24.04 LTS
- Debian: 10, 11, 12
- Debian: 11, 12
- RockyLinux: 9
- The following distributions are supported on a best-effort basis (should work but are not tested in CI):
- Arch Linux
Expand Down
13 changes: 0 additions & 13 deletions roles/caddy_server/molecule/caddyfile/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,6 @@ platforms:
capabilities:
- NET_ADMIN

- name: caddy-debian-10
groups:
- debian
image: "docker.io/geerlingguy/docker-debian10-ansible"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
override_command: false
pre_build_image: true
capabilities:
- NET_ADMIN

- name: caddy-rockylinux-9
groups:
- rockylinux
Expand Down
13 changes: 0 additions & 13 deletions roles/caddy_server/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,6 @@ platforms:
capabilities:
- NET_ADMIN

- name: caddy-debian-10
groups:
- debian
image: "docker.io/geerlingguy/docker-debian10-ansible"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
override_command: false
pre_build_image: true
capabilities:
- NET_ADMIN

- name: caddy-rockylinux-9
groups:
- rockylinux
Expand Down

0 comments on commit 9ff0a93

Please sign in to comment.