mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
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:
parent
d47e64f70d
commit
7eb8b4f3d3
30 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -75,7 +75,7 @@ We remove the following packages:
|
|||
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- ansible-os-hardening
|
||||
- hardening.os-hardening
|
||||
|
||||
## Local Testing
|
||||
|
||||
|
|
Loading…
Reference in a new issue