test: add debian 12 support

This commit is contained in:
Adrien Waksberg 2023-07-05 11:18:55 +02:00
parent 84955e1dfe
commit 607b729a99
4 changed files with 16 additions and 8 deletions

View file

@ -8,6 +8,11 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
### Added ### Added
- feat: add ilm policy - feat: add ilm policy
- test: add support debian 12
### Removed
- test: remove support debian 10
### Changed ### Changed

View file

@ -7,8 +7,10 @@ Install and configure Elasticsearch
## Requirements ## Requirements
* Ansible >= 2.7 * Ansible >= 2.9
* Debian Stretch and Buster * Debian
* Bullseye
* Bookworm
## Role variables ## Role variables

View file

@ -6,13 +6,13 @@ galaxy_info:
company: Adrien Waksberg company: Adrien Waksberg
description: Install and configure elasticsearch description: Install and configure elasticsearch
license: Apache2 license: Apache2
min_ansible_version: 2.7 min_ansible_version: "2.9"
platforms: platforms:
- name: Debian - name: Debian
versions: versions:
- stretch - bullseye
- buster - bookworm
galaxy_tags: galaxy_tags:
- database - database

View file

@ -2,11 +2,12 @@
driver: driver:
name: docker name: docker
platforms: platforms:
- name: debian10 - name: debian12
image: nishiki/debian10:molecule image: nishiki/debian12:molecule
privileged: true privileged: true
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
command: /bin/systemd command: /bin/systemd
capabilities: capabilities:
- SYS_ADMIN - SYS_ADMIN