Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit a82f7d8

Browse files
committed
Merge pull request #9 from hardening-io/simplify_local_testing
Simplify local testing with custom role
2 parents fe99613 + 25e6e0f commit a82f7d8

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.kitchen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ provisioner:
77
hosts: all
88
require_ansible_repo: false
99
require_ansible_omnibus: true
10+
requirements_path: requirements.txt
1011
platforms:
1112
- name: ubuntu-12.04
1213
driver_config:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ ansible-galaxy install -p roles/ bennojoy.mysql
9595
# change password in MySQL-installation role to match the one from testing
9696
sed -i 's/foobar/iloverandompasswordsbutthiswilldo/g' roles/bennojoy.mysql/defaults/main.yml
9797

98-
9998
# fast test on one machine
10099
bundle exec kitchen test default-ubuntu-1204
101100

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
zufallsheld.mysql

0 commit comments

Comments
 (0)