ansible-roles/tomcat-instance/tests/test.yml

8 lines
253 B
YAML
Raw Normal View History

2017-05-18 15:44:21 +02:00
---
- hosts: test-kitchen
2017-05-21 10:59:57 +02:00
vars:
- tomcat_instance_mail: 'test@example.com'
- tomcat_instance_deploy_user: 'deploy'
2017-05-18 15:44:21 +02:00
roles:
2017-05-21 10:59:57 +02:00
- { role: tomcat-instance, tomcat_instance_name: 'instance1', tomcat_instance_port: 8888, tomcat_instance_ram: 256 }