fixed some molecule errors
This commit is contained in:
commit
afe41d38a4
@ -10,20 +10,35 @@ platforms:
|
|||||||
- name: bionic
|
- name: bionic
|
||||||
image: solita/ubuntu-systemd:bionic
|
image: solita/ubuntu-systemd:bionic
|
||||||
command: /sbin/init
|
command: /sbin/init
|
||||||
privileged: true
|
|
||||||
ulimits:
|
ulimits:
|
||||||
- nofile:262144:262144
|
- nofile:262144:262144
|
||||||
|
privileged: true
|
||||||
|
memory_reservation: 5120m
|
||||||
#- name: xenial
|
#- name: xenial
|
||||||
# image: solita/ubuntu-systemd:xenial
|
# image: solita/ubuntu-systemd:xenial
|
||||||
# privileged: true
|
# privileged: true
|
||||||
|
# memory_reservation: 2048m
|
||||||
# command: /sbin/init
|
# command: /sbin/init
|
||||||
|
# ulimits:
|
||||||
|
# - nofile:262144:262144
|
||||||
# - name: trusty
|
# - name: trusty
|
||||||
# image: ubuntu:trusty
|
# image: ubuntu:trusty
|
||||||
|
# privileged: true
|
||||||
|
# memory_reservation: 2048m
|
||||||
|
# ulimits:
|
||||||
|
# - nofile:262144:262144
|
||||||
# - name: centos6
|
# - name: centos6
|
||||||
# image: centos:6
|
# image: centos:6
|
||||||
|
# privileged: true
|
||||||
|
# memory_reservation: 2048m
|
||||||
|
# ulimits:
|
||||||
|
# - nofile:262144:262144
|
||||||
# - name: centos7
|
# - name: centos7
|
||||||
# image: milcom/centos7-systemd
|
# image: milcom/centos7-systemd
|
||||||
|
# memory_reservation: 2048m
|
||||||
# privileged: true
|
# privileged: true
|
||||||
|
# ulimits:
|
||||||
|
# - nofile:262144:262144
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user