Merge pull request #9 from GeekOops/sles15

Add template for Leap 15.5
This commit is contained in:
Felix Niederwanger 2023-02-02 10:34:21 +01:00 committed by GitHub
commit 8037666487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

1
vars/SLES15.5.yml Symbolic link
View file

@ -0,0 +1 @@
openSUSE Leap_15.5.yml

View file

@ -0,0 +1,18 @@
---
# openSUSE Leap 15.5 specific veriables
## Software packages
# php version
php_ver: "php8"
# Rich set of packages, intended to cover most use cases (e.g. Mediawiki, Nextcloud)
packages: ['{{ php_ver }}', '{{ php_ver }}-cli', '{{ php_ver }}-fpm', '{{ php_ver }}-gd', '{{ php_ver }}-gettext', '{{ php_ver }}-mbstring', '{{ php_ver }}-mysql', '{{ php_ver }}-intl', '{{ php_ver }}-mbstring', '{{ php_ver }}-zip', '{{ php_ver }}-sqlite', '{{ php_ver }}-bz2', '{{ php_ver }}-ctype', '{{ php_ver }}-iconv', '{{ php_ver }}-fileinfo', '{{ php_ver }}-dom', '{{ php_ver }}-openssl', '{{ php_ver }}-xmlreader', '{{ php_ver }}-xmlwriter', '{{ php_ver }}-curl', '{{ php_ver }}-posix', '{{ php_ver }}-opcache', '{{ php_ver }}-exif']
## Currently disabled packages because not yet available:
# '{{ php_ver }}-imagick'
## OS-Specific directories
php_ini: "/etc/{{ php_ver }}/cli/php.ini"
php_fpm_conf: "/etc/{{ php_ver }}/fpm/php-fpm.conf"
php_pool_conf_path: "/etc/{{ php_ver }}/fpm/php-fpm.d/"
php_chdir: "/srv/www"