feat: add default ssh user + add php modules

This commit is contained in:
VC
2024-07-05 11:53:44 +02:00
parent 219cea6770
commit 99cb02e92d

View File

@@ -2,6 +2,7 @@
all: all:
vars: vars:
ansible_ssh_user: root
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
router: router:
@@ -180,7 +181,7 @@ peertubeservers:
phpservers: phpservers:
hosts: hosts:
web1.dmz.mateu.be: web1.dmz.mateu.be:
php_modules: ['opcache', 'pgsql', 'mbstring', 'gd', 'intl', 'curl', 'gettext', 'imap', 'zip', 'apcu'] php_modules: ['opcache', 'pgsql', 'mbstring', 'gd', 'intl', 'curl', 'gettext', 'imap', 'zip', 'apcu', 'imagick', 'bcmath', 'gmp']
php_memory_limit: "512M" php_memory_limit: "512M"
web[2:3].dmz.mateu.be: web[2:3].dmz.mateu.be:
php_modules: ['opcache', 'mysql', 'mbstring', 'gd', 'intl', 'xml', 'bcmath', 'curl', 'imagick'] php_modules: ['opcache', 'mysql', 'mbstring', 'gd', 'intl', 'xml', 'bcmath', 'curl', 'imagick']