https://github.com/aem-design/ansible-role-aem-toughday
Test performance of your AEM instances.
https://github.com/aem-design/ansible-role-aem-toughday
Last synced: 6 days ago
JSON representation
Test performance of your AEM instances.
- Host: GitHub
- URL: https://github.com/aem-design/ansible-role-aem-toughday
- Owner: aem-design
- Created: 2019-09-06T05:39:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T14:22:48.000Z (about 4 years ago)
- Last Synced: 2025-02-17T23:45:52.692Z (3 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Role: AEM Toughday
[](https://travis-ci.org/aem-design/ansible-role-aem-toughday)
This role tests AEM Dispatcher instance for specific Security patterns.
> This role was developed as part of
> [AEM.Design](http://aem.design/)## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
| Name | Required | Default | Notes |
|----------------------- |---------- |---------------------------------------------------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------ |
| docker_image_user | | aemdesign | docker user for image |
| docker_image_name | | toughday | docker image name |
| docker_image | | {{ docker_image_user }}/{{ docker_image_name }} | full docker image |
| docker_image_tag | | latest | docker image tag |
| docker_container_name | | toughday | default container name |
| docker_timezone | | Australia/Melbourne | timezone |
| | | | |
| java_opts | | -Xmx1024m | java options |
| tool_name | | toughday-6.1.jar | tool to use toughday2-0.2.1.jar, toughday2-0.9.2.jar, toughday-6.1.jar |
| | | | |
| | | | |
| docker_command | | java {{ java_opts }} -Dhostname={{ service_author_host }} -Dport={{ service_author_port }} -DuploadImage.count=10 -jar {{ tool_name }} uploadImage | tool command |
| | | | |
| docker_host | | unix://var/run/docker.sock | host where to run the docker container for executing pyaem2 commands |
| | | | |## Included Tools
Help on the Tough Day 2 can be found here [https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/tough-day.html](https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/tough-day.html)
Information on tools that can be used part of the docker image can be found here [https://hub.docker.com/r/aemdesign/toughday](https://hub.docker.com/r/aemdesign/toughday)
## Dependencies
This role depends on role `aem_design.aem_toughday`.
## Example Playbook
```yaml
- hosts: all
roles:
- { role: aem_design.aem_toughday
}
```## License
Apache 2.0
## Author Information
This role was created by [Max Barrass](https://aem.design/).