feat: add default ssh user + add php modules
This commit is contained in:
@@ -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']
|
||||||
|
Reference in New Issue
Block a user