Implementing an installation guide as a ansible project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-shopware/README.md

7 lines
291 B

# Replicating this guide as a ansible installation script:
- 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`