- name: Top level playbook
  hosts:
  - all

- include: install_java.yml
- include: apache.yml
- include: aem.yml
