adding todo for later development

master
parent 5d3a0e9bf8
commit b538058545
  1. 7
      readme.md
  2. 7
      tasks/shopware.yml

@ -1,2 +1,7 @@
# Replicating this guide as a ansible installation script:
- https://community.hetzner.com/tutorials/install-shopware-6
- https://community.hetzner.com/tutorials/install-shopware-6
## How it works:
- install modules for mysql `ansible-galaxy collection install community.mysql`
- add your variables in vars.yml
- run with `ansible-playbook run.yml -K`

@ -15,13 +15,10 @@
- php7.4-intl
- php7.4-cli
- mariadb-server
- python3-pymysql
state: latest
- name: Copy SQL file
copy:
src: ../prepare_db.sql
dest: /data/prepare_db.sql
# TODO: Add my.cnf
- name: Create Database
community.mysql.mysql_db:
name: shopware

Loading…
Cancel
Save