diff --git a/.kitchen.yml b/.kitchen.yml index b98c9df18..d1e725976 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -35,10 +35,8 @@ platforms: suites: - name: default roles_path: roles - playbook: default.yml + playbook: playbooks/default.yml hosts: all require_ansible_repo: true ansible_verbose: true ansible_version: 1.9.2 - extra_vars: - a: b diff --git a/.kitchen_debian.yml b/.kitchen_debian.yml index fae1e7a36..94ec3a19f 100644 --- a/.kitchen_debian.yml +++ b/.kitchen_debian.yml @@ -4,7 +4,7 @@ driver: provisioner: name: ansible_playbook - test_repo_uri: https://github.com/TelekomLabs/tests-ssh-hardening.git + test_repo_uri: https://github.com/TelekomLabs/tests-os-hardening.git hosts: all require_ansible_omnibus: true ansible_omnibus_url: https://raw.githubusercontent.com/hardening-io/ansible-os-hardening/master/ansible-install.sh