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/tasks/shopware.yml

24 lines
432 B

- name: Shopware Dependencies
package:
name:
- unzip
- nginx
- php7.4-fpm
- php7.4-mysql
- php7.4-json
- php7.4-curl
- php7.4-gd
- php7.4-xml
- php7.4-zip
- php7.4-opcache
- php7.4-mbstring
- php7.4-intl
- php7.4-cli
- mariadb-server
state: latest
- name: Copy SQL file
copy:
src: ../prepare_db.sql
dest: /data/prepare_db.sql