fixed some molecule errors

This commit is contained in:
Rshad Zhran 2019-08-16 19:30:32 +02:00
commit afe41d38a4

View File

@ -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
# - name: xenial privileged: true
# image: solita/ubuntu-systemd:xenial memory_reservation: 5120m
# privileged: true #- name: xenial
# command: /sbin/init # image: solita/ubuntu-systemd:xenial
# privileged: true
# memory_reservation: 2048m
# 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: