--- - name: Install LAMP stack dependencies include_tasks: file: dependencies.yml - name: Configure Apache. include_tasks: file: apache.yml - name: Configure PHP. include_tasks: file: php.yml - name: Configure MySQL. include_tasks: file: mysql.yml - name: Create occ helper script. include_tasks: file: occ.yml - name: Download ownCloud. include_tasks: file: owncloud.yml