An open API service indexing awesome lists of open source software.

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.

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
```