ansible-roles/tomcat-instance/tasks/main.yml

16 lines
165 B
YAML
Raw Normal View History

2017-01-03 12:41:19 +01:00
---
- include: tomcat.yml
2017-01-31 11:47:29 +01:00
2017-01-04 16:00:58 +01:00
- include: nagios.yml
2017-01-31 11:47:29 +01:00
2017-01-03 12:41:19 +01:00
- include: check.yml
2017-01-31 11:47:29 +01:00
2017-01-03 12:41:19 +01:00
- include: user.yml
2017-01-31 11:47:29 +01:00
2017-01-03 12:41:19 +01:00
- include: systemd.yml
2017-01-31 11:47:29 +01:00
2017-01-03 12:41:19 +01:00
- include: alias.yml
2017-01-31 11:47:29 +01:00
2017-01-03 12:41:19 +01:00
- include: bootstrap.yml