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

12 lines
220 B
YAML

---
- include_tasks: install.yml
tags: always
- include_tasks: conf.yml
tags: always
- include_tasks: iptables.yml
when: iptables_manage | default(True)
tags: always
- include_tasks: services.yml
tags: always