This repository was archived by the owner on Nov 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,13 @@ platforms:
61
61
run_command : /sbin/init
62
62
provision_command :
63
63
- systemctl enable ssh.service
64
+ - name : ubuntu1804-ansible-latest
65
+ driver :
66
+ image : rndmh3ro/docker-ubuntu1804-ansible:latest
67
+ platform : ubuntu
68
+ run_command : /sbin/init
69
+ provision_command :
70
+ - systemctl enable ssh.service
64
71
- name : debian8-ansible-latest
65
72
driver :
66
73
image : rndmh3ro/docker-debian8-ansible:latest
Original file line number Diff line number Diff line change 20
20
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
21
21
# version: latest
22
22
23
+ - distro : ubuntu1404
24
+ version : latest
25
+ init : /sbin/init
26
+
23
27
- distro : ubuntu1604
24
28
version : latest
25
29
init : /lib/systemd/systemd
26
30
run_opts : " --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
27
31
28
- - distro : ubuntu1404
32
+ - distro : ubuntu1804
29
33
version : latest
30
- init : /sbin/init
34
+ init : /lib/systemd/systemd
35
+ run_opts : " --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
31
36
32
37
- distro : debian8
33
38
version : latest
Original file line number Diff line number Diff line change @@ -15,10 +15,12 @@ galaxy_info:
15
15
- precise
16
16
- trusty
17
17
- xenial
18
+ - bionic
18
19
- name : Debian
19
20
versions :
20
21
- wheezy
21
22
- jessie
23
+ - stretch
22
24
galaxy_tags :
23
25
- system
24
26
- security
You can’t perform that action at this time.
0 commit comments