ansible-roles/webapps/nextcloud/tasks/main.yml
Ludovic Poujol 929f258bf8
All checks were successful
continuous-integration/drone/push Build is passing
nextcloud: New role
2020-10-02 16:51:05 +02:00

32 lines
419 B
YAML

---
- name: Install dependencies
apt:
state: present
name:
- bzip2
- php-gd
- php-json
- php-xml
- php-mbstring
- php-zip
- php-curl
- php-bz2
- php-intl
- php-gmp
- php-apcu
- php-redis
- php-bcmath
- python-mysqldb
tags:
- nextcloud
- include: user.yml
- include: archive.yml
- include: vhost.yml
- include: mysql.yml
- include: config.yml