Change directory layout. fix #48

This change gets rid of the separate role dir
and puts everything into the root-directory, making
it possible to install the role via ansible galaxy.
This commit is contained in:
Sebastian Gumprich 2015-10-21 20:52:46 +02:00
parent d47e64f70d
commit 7eb8b4f3d3
30 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,8 @@
---
driver:
name: vagrant
transport:
name: rsync
provisioner:
name: ansible_playbook
test_repo_uri: https://github.com/TelekomLabs/tests-os-hardening.git
@ -48,7 +50,6 @@ verifier:
ruby_bindir: '/usr/bin'
suites:
- name: default
roles_path: roles
hosts: all
ansible_verbose: true
ansible_version: 1.9.2

View file

@ -75,7 +75,7 @@ We remove the following packages:
- hosts: localhost
roles:
- ansible-os-hardening
- hardening.os-hardening
## Local Testing