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

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

Awesome Lists containing this project

README

          

# TuTu ansible role

[![Build Status](https://travis-ci.org/coduo/ansible-role-tutu.svg?branch=master)](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"
```