mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
✨ Add Debian 12 and CI
This commit is contained in:
committed by
Emilien M
parent
c552dd3642
commit
c8344201a8
13
molecule/debian-10/molecule.yml
Normal file
13
molecule/debian-10/molecule.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
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