Skip to content

Commit

Permalink
add support for Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed May 28, 2018
1 parent 483f691 commit 9063b08
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .kitchen.vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ transport:

provisioner:
name: ansible_playbook
roles_path: ../../roles
roles_path: ../
hosts: test-kitchen
# ansible_verbose: true
ansible_verbose: false
ansible_verbosity: 3
ansible_extra_flags: <%= ENV['ANSIBLE_EXTRA_FLAGS'] %>

platforms:
- name: ubuntu-18.04
- name: ubuntu-16.04
- name: ubuntu-14.04
- name: centos-7.1
Expand All @@ -25,4 +26,3 @@ suites:
- name: default
run_list:
attributes:

2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ provisioner:
ansible_verbose: false
ansible_verbosity: 4
ansible_extra_flags: <%= ENV['ANSIBLE_EXTRA_FLAGS'] %>
# ansible_yum_repo: http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
require_chef_omnibus: false
require_ansible_omnibus: true
# require_chef_for_busser: false
Expand All @@ -23,6 +22,7 @@ provisioner:
# ANSIBLE_KEEP_REMOTE_FILES: 1

platforms:
- name: ubuntu-18.04
- name: ubuntu-16.04
- name: ubuntu-14.04
# - name: ubuntu-12.04
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ Possible [visualization with R](https://security-plus-data-science.blogspot.ca/2
### Ansible
It was tested on the following versions:
* 2.2
* 2.5

### Operating systems

Ubuntu 14.04, 16.04 and Centos7
Ubuntu 14.04, 16.04, 18.04 and Centos7

## Example Playbook

Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ galaxy_info:
versions:
- trusty
- xenial
- bionic
#
# Below are all categories currently available. Just as with
# the platforms above, uncomment those that apply to your role.
Expand Down
6 changes: 6 additions & 0 deletions vars/Ubuntu-18.04.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---

auditd_pkg: auditd
auditd_confdir: /etc/audit/rules.d

monit_confdir: /etc/monit/conf-available

0 comments on commit 9063b08

Please sign in to comment.