From b9c6a564a5c6bf2c13eaea67af95b3ed598e1c8c Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:08 +0200 Subject: [PATCH] Add php 7.4 --- production/group_vars/phpservers.yml | 2 +- production/hosts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/production/group_vars/phpservers.yml b/production/group_vars/phpservers.yml index 1b3f52b..43e0dd3 100644 --- a/production/group_vars/phpservers.yml +++ b/production/group_vars/phpservers.yml @@ -1 +1 @@ -php_version: "{% if ansible_facts['os_family'] == 'Debian' and ansible_facts['distribution_major_version'] == '9' %}7.0{% elif ansible_facts['os_family'] == 'Debian' and ansible_facts['distribution_major_version'] == '10' %}7.3{% endif %}" +php_version: "{% if ansible_facts['os_family'] == 'Debian' and ansible_facts['distribution_major_version'] == '10' %}7.3{% elif ansible_facts['os_family'] == 'Debian' and ansible_facts['distribution_major_version'] == '11' %}7.4{% endif %}" diff --git a/production/hosts b/production/hosts index 2a9295a..79492d0 100644 --- a/production/hosts +++ b/production/hosts @@ -22,6 +22,7 @@ baybay-ponay.mateu.be borg_backup_path="['/home', '/etc']" borg_backup_excluded_ bt.dmz.mateu.be borg_backup_path="['/etc', '/var/lib/transmission-daemon']" web1.dmz.mateu.be web2.dmz.mateu.be +web3.dmz.mateu.be mail.dmz.mateu.be borg_backup_path="['/home', '/etc', '/var/lib/mailman']" jabber.dmz.mateu.be borg_backup_path="['/etc', '/var/lib/prosody']" voice1.dmz.mateu.be borg_backup_path="['/etc', '/var/lib/mumble-server']" @@ -43,6 +44,7 @@ edelgard.dmz.mateu.be bt.dmz.mateu.be web_hostname="['sonarr.mateu.be','bt.mateu.be','btf.mateu.be']" web1.dmz.mateu.be web_hostname="['fav.libertus.eu', 'rss.libertus.eu', 'o.libertus.eu', 'blog.libertus.eu', 'mail.libertus.eu', 'perso.nintendojo.fr', 'perso.libertus.eu', 'r.mateu.be','z.libertus.eu', 'autodiscover.libertus.eu']" web2.dmz.mateu.be web_hostname="['analyse.nintendojo.fr', 'nintendojo.fr', 'www.nintendojo.fr', 'forum.nintendojo.fr']" +web3.dmz.mateu.be web_hostname="['sebicomics.com', 'www.sebicomics.com']" ror.dmz.mateu.be web_hostname="['m.nintendojo.fr']" jabber.dmz.mateu.be web_hostname="['libertus.eu', 'upload.libertus.eu', 'xmpp.libertus.eu']" voice3.dmz.mateu.be web_hostname="['radio.nintendojo.fr']" @@ -52,6 +54,7 @@ munin.dmz.mateu.be web_hostname="['munin.mateu.be']" [phpservers] web1.dmz.mateu.be php_modules="['opcache', 'mysql', 'mbstring', 'gd', 'intl', 'curl', 'gettext', 'imap', 'zip', 'apcu']" web2.dmz.mateu.be php_modules="['opcache', 'mysql', 'mbstring', 'gd', 'xml', 'bcmath', 'curl', 'imagick']" +web3.dmz.mateu.be php_modules="['opcache', 'mysql', 'mbstring', 'gd', 'xml', 'bcmath', 'curl', 'imagick']" [dockerservers] ror.dmz.mateu.be @@ -59,6 +62,7 @@ ror.dmz.mateu.be [mariadbservers] web1.dmz.mateu.be web2.dmz.mateu.be +web3.dmz.mateu.be [pgsqlservers] ror.dmz.mateu.be