Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 518 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 518 Bytes

TuTu ansible role

Build Status

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"