- name: Apache playbook
  hosts:
  - all

  tasks:
  - include: apache_tasks.yml
