Support ubuntu-20 (#745)

This commit is contained in:
Victor Martinez 2021-05-10 13:17:39 +01:00 committed by GitHub
parent 1357e109c0
commit e4920b0da4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -66,6 +66,17 @@ platforms:
- <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json
- /etc # This fixes certain java file actions that check the mount point. Without this adding users fails for some docker storage drivers
run_command: "/sbin/init"
- name: ubuntu-20.04
driver_config:
image: ubuntu:20.04
privileged: true
provision_command:
- apt-get update -q && apt-get install -y -q ansible gpg iproute2 python3-jmespath
use_sudo: false
volume:
- <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json
- /etc # This fixes certain java file actions that check the mount point. Without this adding users fails for some docker storage drivers
run_command: "/sbin/init"
- name: debian-8
driver_config:
image: debian:8

View file

@ -9,6 +9,7 @@ Ansible role for 7.x/6.x Elasticsearch. Currently this works on Debian and RedH
* Ubuntu 14.04
* Ubuntu 16.04
* Ubuntu 18.04
* Ubuntu 20.04
* Debian 8
* Debian 9
* Debian 10

View file

@ -2,6 +2,7 @@ OS:
- ubuntu-1404
- ubuntu-1604
- ubuntu-1804
- ubuntu-2004
- debian-8
- debian-9
- debian-10

View file

@ -2,6 +2,7 @@ OS:
- ubuntu-1404
- ubuntu-1604
- ubuntu-1804
- ubuntu-2004
- debian-8
- debian-9
- debian-10