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

Simplify local testing with custom role #9

Merged
merged 1 commit into from
Feb 28, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ provisioner:
hosts: all
require_ansible_repo: false
require_ansible_omnibus: true
requirements_path: requirements.txt
platforms:
- name: ubuntu-12.04
driver_config:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ ansible-galaxy install -p roles/ bennojoy.mysql
# change password in MySQL-installation role to match the one from testing
sed -i 's/foobar/iloverandompasswordsbutthiswilldo/g' roles/bennojoy.mysql/defaults/main.yml


# fast test on one machine
bundle exec kitchen test default-ubuntu-1204

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zufallsheld.mysql