From 99cb02e92df66466cb8e97a550038f0210b12d7b Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:44 +0200 Subject: [PATCH] feat: add default ssh user + add php modules --- production.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/production.yml b/production.yml index 4207b7f..04f61c8 100644 --- a/production.yml +++ b/production.yml @@ -2,6 +2,7 @@ all: vars: + ansible_ssh_user: root ansible_python_interpreter: /usr/bin/python3 router: @@ -180,7 +181,7 @@ peertubeservers: phpservers: hosts: 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" web[2:3].dmz.mateu.be: php_modules: ['opcache', 'mysql', 'mbstring', 'gd', 'intl', 'xml', 'bcmath', 'curl', 'imagick']