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