This repository was archived by the owner on Dec 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,13 @@ platforms:
6262 run_command : /sbin/init
6363 provision_command :
6464 - systemctl enable ssh.service
65+ - name : ubuntu1804-ansible-latest
66+ driver :
67+ image : rndmh3ro/docker-ubuntu1804-ansible:latest
68+ platform : ubuntu
69+ run_command : /sbin/init
70+ provision_command :
71+ - systemctl enable ssh.service
6572- name : debian7-ansible-latest
6673 driver :
6774 image : rndmh3ro/docker-debian7-ansible:latest
Original file line number Diff line number Diff line change 2020# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
2121# version: latest
2222
23+ - distro : ubuntu1404
24+ version : latest
25+ init : /sbin/init
26+
2327 - distro : ubuntu1604
2428 version : latest
2529 init : /lib/systemd/systemd
2630 run_opts : " --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
2731
28- - distro : ubuntu1404
32+ - distro : ubuntu1804
2933 version : latest
30- init : /sbin/init
34+ init : /lib/systemd/systemd
35+ run_opts : " --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
3136
3237 - distro : debian7
3338 version : latest
You can’t perform that action at this time.
0 commit comments