Added new platforms
This commit is contained in:
parent
ca88611678
commit
1f6f1eaeb3
@ -7,12 +7,7 @@ lint:
|
||||
name: yamllint
|
||||
enabled: false
|
||||
platforms:
|
||||
- name: ubuntu2004
|
||||
image: ubuntu:20.04
|
||||
- name: debian10
|
||||
image: debian:10
|
||||
- name: amazonlinux
|
||||
image: amazonlinux
|
||||
|
||||
- name: manager_centos7
|
||||
image: milcom/centos7-systemd
|
||||
command: /sbin/init
|
||||
@ -20,6 +15,15 @@ platforms:
|
||||
- nofile:262144:262144
|
||||
privileged: true
|
||||
memory_reservation: 2048m
|
||||
|
||||
- name: ubuntu20
|
||||
image: jrei/systemd-ubuntu:20.04
|
||||
privileged: true
|
||||
|
||||
- name: debian9
|
||||
image: jrei/systemd-debian:9
|
||||
privileged: true
|
||||
|
||||
provisioner:
|
||||
name: ansible
|
||||
config_options:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user