From 521446dc7e86b4176e0f0bea1f57d85bf5382253 Mon Sep 17 00:00:00 2001
From: Kevin Morris <kevr@0cost.org>
Date: Thu, 20 Jan 2022 12:42:16 -0800
Subject: [PATCH] update playbooks/aur{,-dev}.archlinux.org.yml

Signed-off-by: Kevin Morris <kevr@0cost.org>
---
 hosts                               | 1 -
 playbooks/aur-dev.archlinux.org.yml | 3 +--
 playbooks/aur.archlinux.org.yml     | 3 +--
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/hosts b/hosts
index d50d9c8a5..53f196307 100644
--- a/hosts
+++ b/hosts
@@ -98,7 +98,6 @@ repro1.pkgbuild.com
 repro2.pkgbuild.com
 
 [memcached]
-aur.archlinux.org
 wiki.archlinux.org
 patchwork.archlinux.org
 
diff --git a/playbooks/aur-dev.archlinux.org.yml b/playbooks/aur-dev.archlinux.org.yml
index d2ad6600d..415ffd02d 100644
--- a/playbooks/aur-dev.archlinux.org.yml
+++ b/playbooks/aur-dev.archlinux.org.yml
@@ -11,8 +11,7 @@
     - { role: nginx }
     - { role: mariadb }
     - { role: sudo }
-    - { role: php_fpm, php_extensions: ['iconv', 'memcached', 'mysqli', 'pdo_mysql'], zend_extensions: ['opcache'] }
-    - { role: memcached }
+    - { role: redis }
     - { role: uwsgi }
     - { role: borg_client, tags: ["borg"] }
     - { role: postfix_null }
diff --git a/playbooks/aur.archlinux.org.yml b/playbooks/aur.archlinux.org.yml
index 5c313e949..c83f22311 100644
--- a/playbooks/aur.archlinux.org.yml
+++ b/playbooks/aur.archlinux.org.yml
@@ -13,8 +13,7 @@
     - { role: nginx }
     - { role: mariadb, mariadb_innodb_buffer_pool_size: '1G' }
     - { role: sudo }
-    - { role: php_fpm, php_extensions: ['iconv', 'memcached', 'mysqli', 'pdo_mysql'], zend_extensions: ['opcache'] }
-    - { role: memcached }
+    - { role: redis }
     - { role: uwsgi }
     - { role: borg_client, tags: ["borg"] }
     - { role: postfix_null }
-- 
GitLab