Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 37110f5

Browse files
authored
Merge pull request #20 from dev-sec/1804
add ubuntu 18.04 support
2 parents 5ee4f59 + c24b2e3 commit 37110f5

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.kitchen.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ platforms:
6161
run_command: /sbin/init
6262
provision_command:
6363
- 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
6471
- name: debian8-ansible-latest
6572
driver:
6673
image: rndmh3ro/docker-debian8-ansible:latest

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,19 @@ env:
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: debian8
3338
version: latest

meta/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ galaxy_info:
1515
- precise
1616
- trusty
1717
- xenial
18+
- bionic
1819
- name: Debian
1920
versions:
2021
- wheezy
2122
- jessie
23+
- stretch
2224
galaxy_tags:
2325
- system
2426
- security

0 commit comments

Comments
 (0)