Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecgalaxy/soapui
Ansible role which installs SoapUI - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/soapui
Last synced: 1 day ago
JSON representation
Ansible role which installs SoapUI - Repository mirror - development takes place on code.europa.eu
- Host: GitHub
- URL: https://github.com/ecgalaxy/soapui
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2023-05-02T12:13:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-19T10:17:52.000Z (11 months ago)
- Last Synced: 2023-12-19T12:30:02.716Z (11 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ECGALAXY soapui role
====================Ansible role which installs SoapUI.
Requirements
------------None.
Role Variables
--------------- `soapui_version`: the version to download
- `soapui_url`: the URL from where to download the SH install script
- `soapui_role_working_dir`: the location on where to store temporary files
- `soapui_install_dir`: the location on where to install SoapUI
- `soapui_cleanup`: set to `true` (default) to clean up temporary files
- `soapui_uninstall`: set to `true` to uninstallDependencies
------------This role depends on the following ECGALAXY roles:
- ecgalaxy.bootstrap
- ecgalaxy.common_packages
- ecgalaxy.java_openjdkExample Playbook
----------------- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.common_packages
- ecgalaxy.java_openjdk
- ecgalaxy.soapuiOne-liner
---------bash <(curl -s https://code.europa.eu/-/snippets/1/raw/main/ansible-role.sh) ecgalaxy.soapui
See [ansible-role](https://code.europa.eu/-/snippets/1) for instructions.
Please verify the script integrity first.
License
-------Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
Author Information
------------------[ECGALAXY](https://code.europa.eu/groups/ecgalaxy/-/wikis/home) team.