decorrelation SITE et sous domain
[lhc/ansible.git] / host_vars / ligatures.yml
index ffc6f15..77a50a5 100644 (file)
@@ -1,4 +1,15 @@
-nextcloud_websrv_user: "php_{{domain_sigle}}_nuage"
-nextcloud_webroot: "/home/sites/data/org/{{ site_domain }}/nuage"
-nextcloud_files_path: "/home/sites/data/nextcloud"
-nextcloud_version: 27.0.2
\ No newline at end of file
+nextcloud_php_user: "php_{{ SIGLE }}_nuage"
+nextcloud_websrv_user: "site_{{ SIGLE }}_nuage"
+nextcloud_sources_files_path: "/home/sites/data/nextcloud/sources"
+nextcloud_common_files_path: "/home/sites/data/nextcloud/common"
+nextcloud_webroot: "/home/sites/data/{{ TLD }}/{{ DOMAIN }}/nuage"
+nextcloud_source: "{{ nextcloud_sources_files_path }}/nextcloud-{{ nouvelle_version }}"
+nextcloud_old_source: "{{ nextcloud_sources_files_path }}/nextcloud-{{ ancienne_version }}"
+nextcloud_symbolic_source: "../../../nextcloud/sources/nextcloud-{{ nouvelle_version }}"
+nextcloud_common: "{{ nextcloud_common_files_path }}/nextcloud-{{ nouvelle_version }}"
+nextcloud_old_common: "{{ nextcloud_common_files_path }}/nextcloud-{{ ancienne_version }}"
+nextcloud_symbolic_common: "../../../nextcloud/common.config.php"
+php_fpm_service: php{{ php_version}}-fpm
+php_version: '8.2'
+postgres_version: 15
+nextcloud_db_name: "{{ nextcloud_php_user}}"
\ No newline at end of file