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

291 B

Replicating this guide as a ansible installation script:

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