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.
rosario polito 32d20dd387 going back to php 7.4 2 years ago
group_vars/all installing shopware correctly using ansible 2 years ago
tasks going back to php 7.4 2 years ago
.gitignore adding placeholders 2 years ago
README.md installing shopware correctly using ansible 2 years ago
ansible.cfg init with basic installation / preperation 2 years ago
default installing shopware correctly using ansible 2 years ago
hosts going back to php 7.4 2 years ago
my.cnf installing and configuring db 2 years ago
prepare_db.sql adding dummy sql, moving non essential tasks to own file, importing these to run.yml 2 years ago
run.yml adding dummy sql, moving non essential tasks to own file, importing these to run.yml 2 years ago

README.md

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