Ansible role to install OwnCloud
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.

33 lines
572 B

owncloud_packages:
- 'owncloud-deps-php7.0'
- 'owncloud-files'
- 'nginx'
- 'libcurl3'
- 'php-common'
- 'php7.0-cli'
- 'php7.0-common'
- 'php7.0-curl'
- 'php7.0-gd'
- 'php7.0-imap'
- 'php7.0-intl'
- 'php7.0-json'
- 'php7.0-mbstring'
- 'php7.0-mcrypt'
- 'php7.0-mysql'
- 'php7.0-opcache'
- 'php7.0-readline'
- 'php7.0-mcrypt'
- 'php7.0-zip'
- 'php7.0-fpm'
- 'php7.0-ldap'
- 'php-smbclient'
8 years ago
- 'php-pear'
- 's-nail'
- 'libreoffice'
- 'imagemagick'
- 'smbclient'
8 years ago
php_redis_packages:
- 'build-essential'
- 'php7.0-dev'