Tomcat: add some context for tests

This commit is contained in:
Jérémy Lecour 2017-05-21 10:59:57 +02:00
parent 54afe11580
commit 4fccac3627
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
---
- hosts: test-kitchen
vars:
- tomcat_instance_mail: 'test@example.com'
- tomcat_instance_deploy_user: 'deploy'
roles:
- role: tomcat-instance
- { role: tomcat-instance, tomcat_instance_name: 'instance1', tomcat_instance_port: 8888, tomcat_instance_ram: 256 }