Skip to content

Commit 652474b

Browse files
committed
Merge pull request #49 from hardening-io/new_dir_layout
New dir layout
2 parents d47e64f + 057fffa commit 652474b

31 files changed

+4
-3
lines changed

.kitchen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
driver:
33
name: vagrant
4+
transport:
5+
name: rsync
46
provisioner:
57
name: ansible_playbook
68
test_repo_uri: https://github.com/TelekomLabs/tests-os-hardening.git
@@ -48,7 +50,6 @@ verifier:
4850
ruby_bindir: '/usr/bin'
4951
suites:
5052
- name: default
51-
roles_path: roles
5253
hosts: all
5354
ansible_verbose: true
5455
ansible_version: 1.9.2

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install:
77
install:
88
- pip install ansible
99
- echo -e 'localhost ansible_connection=local' > spec/inventory
10-
- echo -e '[defaults]\nroles_path = ./roles\nhostfile = ./spec/inventory' > ansible.cfg
10+
- echo -e '[defaults]\nroles_path = ../\nhostfile = ./spec/inventory' > ansible.cfg
1111

1212
script:
1313
- ansible-playbook --syntax-check spec/travis.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ We remove the following packages:
7575

7676
- hosts: localhost
7777
roles:
78-
- ansible-os-hardening
78+
- hardening.os-hardening
7979

8080
## Local Testing
8181

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)