https://github.com/coduo/ansible-role-tutu
Ansible role to install TuTu - flexible http server mocking tool
https://github.com/coduo/ansible-role-tutu
Last synced: 27 days ago
JSON representation
Ansible role to install TuTu - flexible http server mocking tool
- Host: GitHub
- URL: https://github.com/coduo/ansible-role-tutu
- Owner: coduo
- Created: 2014-07-24T14:40:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T17:47:35.000Z (over 11 years ago)
- Last Synced: 2025-06-24T07:37:48.106Z (8 months ago)
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TuTu ansible role
[](https://travis-ci.org/coduo/ansible-role-tutu)
This role install TuTu - flexible http server mocking tool.
Keep in mind that this role do not set www-serwer, you need to do it on your own.
You can use following variables to configure TuTu:
```
tutu_root_path: /var/www/tutu
tutu_responses_file_path: "{{ tutu_root_path }}/tutu/config/responses.yml"
tutu_resources_path: "{{ tutu_root_path }}/tutu/resources"
```