/ansible-role-shopware

Provisions a machine with prerequisites for Shopware and optionally installs the latest version of Shopware.

MIT LicenseMIT

Ansible Role: ffb Shopware

Build Status Ansible-Galaxy License: MIT

Role for Shopware-Development on the target machine

Installed Software

This role will install and prepare the target machine for the installation of shopware. It is also capable of installing the latest shopware from shopware.com. Additionally it will automatically import databases and copy over files to the target machine if needed.

Requirements

Ubuntu with minimum Version 16.04

Role Variables

install_project_data: false

This variable defines if project specific data should be imported via the roles ffb.copy-files and ffb.sql-prepare-db

setup_shopware: false

When this is set to true, the role will install and setup a fresh demo installation of the latest version of shopware.

Dependencies

Galaxy-Roles

Example Playbook

---
- hosts: all
  become: true
  vars:
    project_tag: 'shopware-role'
    install_project_data: true
    setup_shopware: true
  roles:
    - fourforbusiness.shopware

License

MIT / BSD

Author Information

This role was created in 2018 by four for business AG.