https://github.com/mdb/test-kitchen-example
Demos testing an Ansible-provisioned Apache box & static HTML web application.
https://github.com/mdb/test-kitchen-example
Last synced: about 2 months ago
JSON representation
Demos testing an Ansible-provisioned Apache box & static HTML web application.
- Host: GitHub
- URL: https://github.com/mdb/test-kitchen-example
- Owner: mdb
- Created: 2015-10-08T15:04:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T00:51:55.000Z (over 10 years ago)
- Last Synced: 2025-01-14T16:36:24.416Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-kitchen-example
Testing an Ansible-provisioned Apache box & static HTML web application.
```
ansible-galaxy install --role-file=ansible/requirements.yml --roles-path=ansible/roles --force
bundle install
bundle exec kitchen test
```