Commit Graph

148 Commits (stable)

Author SHA1 Message Date
Jérémy Lecour 6f96f6b458 Use proper python Boolean 5 days ago
Ludovic Poujol c27551939d webapps/nextcloud : Small enhancement on the vhost template to lock out data dir
gitea/ansible-roles/pipeline/head This commit looks good Details
2 months ago
Ludovic Poujol dcc378776c webapp/nextcloud : Change default data directory to be outside web root 2 months ago
Jérémy Lecour 7a0e0d81d6 Proper jinja spacing
gitea/ansible-roles/pipeline/head This commit looks good Details
3 months ago
Patrick Marchand 1c6fdbf85a Remove warning ignores as they are depreciated
gitea/ansible-roles/pipeline/head This commit looks good Details
Will cause a hard fail in ansible 2.14, so better get rid of them now.
There is no alternative, but the ansible warnings for those modules
are not hard failures anyways.
3 months ago
Jérémy Lecour 1728eaee68 Revert "Add “when: not ansible_check_mode” to allow more --check"
gitea/ansible-roles/pipeline/head This commit looks good Details
This reverts commit fafff25c20.
This reverts commit e64471c5a8084f95a8e6f955d3fa918c55b8e846.
3 months ago
David Prevot fafff25c20 Add “when: not ansible_check_mode” to allow more --check
gitea/ansible-roles/pipeline/head This commit looks good Details
4 months ago
Jérémy Lecour b36d4c4766 various fixes for Debian 12 4 months ago
Ludovic Poujol 18b450b8c3 webapp/nextcloud: Updates on vhost
gitea/ansible-roles/pipeline/head This commit looks good Details
- Add comments for SSL settinfs
- Remove userlog
7 months ago
Ludovic Poujol 4f0553c057 webapp/nextcloud: use ini_file for php settings to not destror our zzz-evolinux-custom.ini 7 months ago
Ludovic Poujol 4bb2edae69 webapp/nextcloud: Use latest version of branch 24
gitea/ansible-roles/pipeline/head This commit looks good Details
7 months ago
Ludovic Poujol 5c7a7fe768 webapp/nextlcloud: Reorganize tasks files
- Apache : Split system/vhost stuff
- MySQL : Rename task file to follow same convention as apache
7 months ago
Ludovic Poujol d5e34d0a77 webapp/nextcloud: Multiple changes in vhost
- Have only one domain as ServerName (otherwise you get an invalid apache config
- Add all other domains as ServerAlias
- Remove auto redirect vers ServerName
- Correct indentation
7 months ago
Ludovic Poujol 1ad3e0de37 webapp/nextcloud: Dont add www-data to the application group 7 months ago
Ludovic Poujol 2656b5fc51 webapp/nextcloud: Change default folder mode to 0700
(+ better tasks name for user/group creation)
7 months ago
Ludovic Poujol a03a338af9 webapps/nextcloud: Use var nextcloud_user for unix group instead of instance_name to prevent mixup 7 months ago
Ludovic Poujol ee67ebca8b webapps/nextcloud: Drop support for Nginx 7 months ago
Ludovic Poujol d165a104f2 * webapps/nextcloud: Add missing dependencies for imagick
gitea/ansible-roles/pipeline/head This commit looks good Details
7 months ago
Eric Morino aee925d667 Add php configuration for apache and cli globaly
gitea/ansible-roles/pipeline/head This commit looks good Details
7 months ago
Eric Morino f1485451ef rendu compatible le rôle avec apache pour nextcloud01
gitea/ansible-roles/pipeline/head This commit looks good Details
7 months ago
William Hirigoyen (Evolix) a8c117146c [webapps/roundcube] Corrige le DocumentRoot
gitea/ansible-roles/pipeline/head This commit looks good Details
continuous-integration/drone/push Build is passing Details
8 months ago
William Hirigoyen (Evolix) 4b39f5a998 [webapps/evoadmin-mail] Ajout remount RW manquant
continuous-integration/drone/push Build is passing Details
8 months ago
Ludovic Poujol e198cf67dc evoadmin-web: Update comment in template on how password hashes should be generated
continuous-integration/drone/push Build is passing Details
9 months ago
William Hirigoyen (Evolix) 2d98d50943 Fix le chemin du paquet .deb d'Evoadmin-mail
continuous-integration/drone/push Build is passing Details
10 months ago
Eric Morino cd7c488713 Add rule .well-know to allow letsencrypt challenge
continuous-integration/drone/push Build is failing Details
1 year ago
Eric Morino 7e36d03804 Add new location by default for /.well-know, fix some warning in Nextcloud check setup
continuous-integration/drone/push Build is failing Details
1 year ago
William Hirigoyen (Evolix) b9c1e9eafe Fix missing quote, option createhome -> create_home in Ansible 3.10, no mode option in user module (fix error introduced in e75eeb8c3f) 1 year ago
Jérémy Lecour b293cf2cf9 Install python 2 or 3 libraries according to running python version 1 year ago
Jérémy Lecour 437d2986ae better python3 modules management 1 year ago
Jérémy Lecour 74ab96d67f loop syntax and whitespaces 2 years ago
Ludovic Poujol 42189ba613 Configure php7.4 for evoadmin-web on bullseye
continuous-integration/drone/push Build is passing Details
2 years ago
Jérémy Lecour d186e21239 evoadmin-web: simpler PHP packages lists 2 years ago
Jérémy Lecour c5bb8f06ae mysql: use python3 with Debian 11 and later 2 years ago
Jérémy Lecour 0fe0244116 Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
Eric Morino e75eeb8c3f Changement version nexcloud par defaut + modif droit home utilisateur
continuous-integration/drone/push Build is passing Details
2 years ago
Jérémy Lecour dd42c3673c whitespaces
continuous-integration/drone/push Build is passing Details
2 years ago
Jérémy Lecour 02451f1e67 add default (useless) value for file lookup
continuous-integration/drone/push Build is passing Details
2 years ago
Jérémy Lecour 7dc6f0b849 remove trailing whitespaces 2 years ago
Jérémy Lecour 2ed77c60f0 Improve Ansible syntax
replace « x | changed » by « x is changed »
add explicit « bool » filter
use « length » filter instead of string comparison
2 years ago
Jérémy Lecour 5138065059 Use 'loop' syntax instead of 'with_items' 2 years ago
Jérémy Lecour debc4a82ca Use 'loop' syntax instead of 'with_first_found'
continuous-integration/drone/push Build is passing Details
2 years ago
Jérémy Lecour 51cec4bce1 whitespaces 2 years ago
Jérémy Lecour 5b2d3b09d0 Create system users for vmail (dovecot) and evoadmin 2 years ago
Ludovic Poujol 45835d3349 nextcloud: Install version 20 instead of 19 2 years ago
Ludovic Poujol 929f258bf8 nextcloud: New role
continuous-integration/drone/push Build is passing Details
2 years ago
Ludovic Poujol bd63e7037f packweb-apache: Do the install & conffigure phpContainer script (instead of evoadmin-web role)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details
3 years ago
Ludovic Poujol 8bc4ff4ada lxc-php & webapps/evoadmin-web: Commit missing fixes 3 years ago
Victor LABORIE 84ec361270 evoadmin-web: fix missing bracket in web-add.conf template 3 years ago
Victor LABORIE 3601e802d6 evoadmin-web: fix typo in join filter 3 years ago
Ludovic Poujol 0f41638810 webapps/evoadmin-web: Replace evoadmin_multi_php (bool) by evoadmin_multiphp_versions (list) ** breaking **
Instead of having evoadmin_multi_php as a boolean, and outputing all 
versions possible PHP version in evoadmin, we now have 
evoadmin_multiphp_versions.

It's supposed to be a
3 years ago