Assume Debian 12 (PHP 8.2) is in use on the campus servers.
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 8 May 2024 20:26:44 +0000 (14:26 -0600)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 8 May 2024 20:26:44 +0000 (14:26 -0600)
Following institute practice (which see, commit 3f532c3), applied to
/all/ campus servers: Core, DVRs, TVRs, WebTVs.

README.org
playbooks/timezone.yml
roles_t/abbey-dvr/tasks/main.yml
roles_t/abbey-tvr/tasks/main.yml

index b02b5463b3dd2d292acd3bf9d2e29cac4e5b3d80..eff3b24a0d690fe749c93c733023d1fd954d39bc 100644 (file)
@@ -2096,8 +2096,8 @@ and "Time Zone" in =/usr/share/doc/zoneminder/README.Debian.gz=.
     line: date.timezone = {{ lookup('file', '/etc/timezone') }}
     path: "{{ item }}"
   loop:
-  - /etc/php/7.4/cli/php.ini
-  - /etc/php/7.4/apache2/php.ini
+  - /etc/php/8.2/cli/php.ini
+  - /etc/php/8.2/apache2/php.ini
   notify: Restart Apache2.
 
 - name: Enable/Start Apache2.
@@ -2661,8 +2661,8 @@ bitter complaints.
     line: date.timezone = {{ lookup('file', '/etc/timezone') }}
     path: "{{ item }}"
   loop:
-  - /etc/php/7.4/cli/php.ini
-  - /etc/php/7.4/apache2/php.ini
+  - /etc/php/8.2/cli/php.ini
+  - /etc/php/8.2/apache2/php.ini
   when: mythtv.stat.exists
   notify: Restart Apache2.
 #+END_SRC
@@ -3485,8 +3485,8 @@ if ($ARGV[0] eq "tz") {
       line: date.timezone = {{ city }}
       path: "{{ item }}"
     loop:
-    - /etc/php/7.4/cli/php.ini
-    - /etc/php/7.4/apache2/php.ini
+    - /etc/php/8.2/cli/php.ini
+    - /etc/php/8.2/apache2/php.ini
     notify: Restart Apache2.
   handlers:
   - name: Restart Apache2.
index d88f6fc40aa252a64fea684e45ed163a68223ee6..884dfad6e367c0cfa77facd51a30913c3a0055e5 100644 (file)
@@ -37,8 +37,8 @@
       line: date.timezone = {{ city }}
       path: "{{ item }}"
     loop:
-    - /etc/php/7.4/cli/php.ini
-    - /etc/php/7.4/apache2/php.ini
+    - /etc/php/8.2/cli/php.ini
+    - /etc/php/8.2/apache2/php.ini
     notify: Restart Apache2.
   handlers:
   - name: Restart Apache2.
index f167f178700dae9fc55fe65d138b8062c648c8af..40bbde2951a7507e8a505c2eba69579a240ab5e4 100644 (file)
@@ -36,8 +36,8 @@
     line: date.timezone = {{ lookup('file', '/etc/timezone') }}
     path: "{{ item }}"
   loop:
-  - /etc/php/7.4/cli/php.ini
-  - /etc/php/7.4/apache2/php.ini
+  - /etc/php/8.2/cli/php.ini
+  - /etc/php/8.2/apache2/php.ini
   notify: Restart Apache2.
 
 - name: Enable/Start Apache2.
index d111372e8c1a25264bf1cb1474e533bc3b14e4d2..f3b90c1fb7fda39517b73fabd73a754a40943663 100644 (file)
@@ -59,8 +59,8 @@
     line: date.timezone = {{ lookup('file', '/etc/timezone') }}
     path: "{{ item }}"
   loop:
-  - /etc/php/7.4/cli/php.ini
-  - /etc/php/7.4/apache2/php.ini
+  - /etc/php/8.2/cli/php.ini
+  - /etc/php/8.2/apache2/php.ini
   when: mythtv.stat.exists
   notify: Restart Apache2.