X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=host_vars%2Fligatures.yml;h=77a50a5fee35aeffbae8751ad10f08b534bc004e;hb=d2ef9c4c99e81dc58f3d4346c362eae2c4d7915b;hp=d6149632a3c306713e134d5b5dd9b95ddbd5c7d6;hpb=058c0e0c1ce6fc1fb225fceb18cc8898f9a2a063;p=lhc%2Fansible.git diff --git a/host_vars/ligatures.yml b/host_vars/ligatures.yml index d614963..77a50a5 100644 --- a/host_vars/ligatures.yml +++ b/host_vars/ligatures.yml @@ -4,10 +4,12 @@ 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_symbolic_common: "../../../nextcloud/common/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: "php_{{ SIGLE }}_nuage" \ No newline at end of file +nextcloud_db_name: "{{ nextcloud_php_user}}" \ No newline at end of file