honatas.openapi_mock
OpenAPI Mock Server - Ansible Role
Installs any version of OpenAPI Mock Server from Github
Role Variables
download_url - Path from Github (default: https://github.com/muonsoft/openapi-mock/releases/download)
version - OpenAPI Mock Server version (default: 0.3.3)
target_folder - Folder where you want to install (default: /opt) Note: the folder must exist
Examples
The default installs openapi-mock version 0.3.3 on /opt:
roles:
- honatas.openapi_mock
If you want to install another version in another folder:
roles:
- { role: honatas.openapi_mock, version: 0.3.1, target_folder: /app }
Requirements
None
Dependencies
None
License
MIT
Contributions
Feel free to open an issue or add a pull request. Anytime. Really, I mean it.
Also, if you like my work and want to support me, please consider buying me a coffee.
About
Installs any version of @muonsoft/openapi-mock from Github (https://github.com/muonsoft/openapi-mock)
Install
ansible-galaxy install honatas.openapi_mock
License
mit
Downloads
62
Owner