feat: add support of ubuntu 16.04
This commit is contained in:
parent
461c73c7f5
commit
f1fd557466
4 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,13 @@ platforms:
|
|||
volume:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
security_opt: seccomp=unconfined
|
||||
- name: ubuntu16.04
|
||||
driver_config:
|
||||
image: "nishiki/ubuntu16.04:ansible-<%= ENV['ANSIBLE_VERSION'] ? ENV['ANSIBLE_VERSION'] : '2.7' %>"
|
||||
command: /bin/systemd
|
||||
volume:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
security_opt: seccomp=unconfined
|
||||
|
||||
suites:
|
||||
- name: default
|
||||
|
|
|
@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||
|
||||
## [Unreleased]
|
||||
- feat: add support of ubuntu 16.04
|
||||
- feat: add support of ubuntu 18.04
|
||||
- feat: add multiple namespaces for the checks, filters, handlers or assets
|
||||
- fix: install python-requests for backend
|
||||
|
|
|
@ -11,6 +11,7 @@ Install and configure sensu-go backend and agent
|
|||
* OS
|
||||
* Debian Stretch
|
||||
* Ubuntu 18.04
|
||||
* Ubuntu 16.04
|
||||
|
||||
## Role variables
|
||||
### General
|
||||
|
|
|
@ -13,6 +13,7 @@ galaxy_info:
|
|||
- stretch
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- 16.04
|
||||
- 18.04
|
||||
|
||||
galaxy_tags:
|
||||
|
|
Loading…
Reference in a new issue