- 01 Dec, 2020 3 commits
-
-
Klemens Ullmann-Marx authored
untested!
-
Klemens Ullmann-Marx authored
-
Klemens Ullmann-Marx authored
-
- 11 Sep, 2020 1 commit
-
-
Marc Crebassa authored
Fix bash-ism 'and 'condition
-
- 05 Aug, 2020 1 commit
-
-
Marc Crebassa authored
should fix #103
-
- 13 Jul, 2020 9 commits
-
-
Marc Crebassa authored
Ansible is now on version 2.9
-
Marc Crebassa authored
PHP 7.4 support for future Debian versions
-
Marc Crebassa authored
removed some trailing whitespace
-
Marc Crebassa authored
-
Marc Crebassa authored
Package installs should not use latest
-
Marc Crebassa authored
Only mysql has "default" in package name
-
Marc Crebassa authored
Add option to set TLS cache size
-
Marc Crebassa authored
Add indices after nextcloud is installed
-
Marc Crebassa authored
fix empty test for nc apps
-
- 07 Jun, 2020 1 commit
-
-
Christophe Robillard authored
-
- 12 May, 2020 1 commit
-
-
Dosenpfand authored
-
- 14 Apr, 2020 1 commit
-
-
jk KPADEY authored
-
- 07 Apr, 2020 1 commit
-
-
Seabass-Chan authored
mysql: default-mysql-server mariadb: mariadb-server
-
- 30 Mar, 2020 2 commits
- 29 Mar, 2020 5 commits
-
-
Seabass-Chan authored
-
Seabass-Chan authored
-
Seabass-Chan authored
-
Seabass-Chan authored
7.4 is being used on my system and is recommended by Nextcloud. So I feel like this may as well be added.
-
Seabass-Chan authored
-
- 19 Mar, 2020 1 commit
-
-
Marc Crebassa authored
"php_version" to "php_ver" in README
-
- 06 Mar, 2020 1 commit
-
-
Marc Crebassa authored
*Fix* Debian does not have a "mysql-server" package
-
- 05 Mar, 2020 1 commit
-
-
Seabass-Chan authored
Removed my previous line and edited the install task to do a check for debian.
-
- 04 Mar, 2020 1 commit
-
-
Seabass-Chan authored
I changed ever place it said php_version to php_ver to accurately tell the user what variable is used in the playbook.
-
- 22 Jan, 2020 2 commits
-
-
Marc Crebassa authored
Spelling error fix
-
Marc Crebassa authored
Disable the default site of apache and nginx on demand
-
- 20 Dec, 2019 2 commits
-
-
Seabass-Chan authored
This creates a check for if the user has Debian or not. In Debian, the package name for mysql is "default-mysql-server".
-
Seabass-Chan authored
Misspelled "opereting system" for in the readme. Change is just "operating".
-
- 16 Dec, 2019 1 commit
-
-
santiagomr authored
-
- 13 Dec, 2019 1 commit
-
-
santiagomr authored
-
- 20 Nov, 2019 2 commits
-
-
Aalaesar authored
-
Marc Crebassa authored
Adds support for Debian 10 Buster
-
- 19 Nov, 2019 2 commits
-
-
Conor Schaefer authored
Pointed out by @aalaesar during review. In short, libmcrypt has been obsolete since PHP 7.1 and removed since PHP 7.2. Therefore, we'll preserve the installation of the package on older platforms (specifically 5 & 7.0), but skip it on newer platforms (such as 7.2, 7.3). See for details [0]. [0] https://lukasmestan.com/install-mcrypt-extension-in-php7-2/
-
Conor Schaefer authored
Mostly it's the PHP version bump, 7.0 -> 7.3. One of the PHP packages doesn't exist in the Buster repos, so added conditional logic to preserve it by default, but omit specifically when PHP == 7.3.
-
- 16 Nov, 2019 1 commit
-
-
Marc Crebassa authored
Added support for Multi os
-