X-Git-Url: http://git.cyclocoop.org/%24url_stat?a=blobdiff_plain;f=host_vars%2Fligatures.yml;fp=host_vars%2Fligatures.yml;h=93157206d013952095c1a9aa8316fad8dd34423e;hb=f0a634c73af3548be7ea962f1065f6d1d9f69dd4;hp=fb4d714cc6ae2dfee3e28aca5e5e45e14f717bf0;hpb=8a62800587fb3400465390d205c7d3d4574525bb;p=lhc%2Fansible.git diff --git a/host_vars/ligatures.yml b/host_vars/ligatures.yml index fb4d714..9315720 100644 --- a/host_vars/ligatures.yml +++ b/host_vars/ligatures.yml @@ -1,7 +1,8 @@ -nextcloud_websrv_user: "php_{{ sigle }}_nuage" +nextcloud_websrv_user: "php_{{ 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_webroot: "/home/sites/data/{{ TLD }}/{{ DOMAIN }}/nuage" nextcloud_source: "{{ nextcloud_sources_files_path }}/nextcloud-{{ nouvelle_version }}" nextcloud_common: "{{ nextcloud_common_files_path }}/nextcloud-{{ nouvelle_version }}" -php_fpm_service: php8.2-fpm \ No newline at end of file +php_fpm_service: php{{ php_version}}-fpm +php_version: '8.2' \ No newline at end of file