mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-08-06 14:12:55 +02:00
Since PHP 8.5, opcache is no longer an extension but built-in. https://patrickkerrigan.uk/blog/php-8-5-failed-loading-zend-extension-opcache-so/
22 lines
623 B
YAML
22 lines
623 B
YAML
- name: Setup wiki.archlinux.org
|
|
hosts: wiki.archlinux.org
|
|
remote_user: root
|
|
roles:
|
|
- { role: firewalld }
|
|
- { role: wireguard }
|
|
- { role: common }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: borg_client, tags: ["borg"] }
|
|
- { role: nginx }
|
|
- { role: postfix_null }
|
|
- { role: mariadb }
|
|
- { role: sudo }
|
|
- { role: php_fpm, php_extensions: ['bcmath', 'curl', 'gd', 'iconv', 'intl', 'mysqli', 'sockets', 'zip'] }
|
|
- { role: memcached }
|
|
- { role: anubis }
|
|
- { role: archwiki }
|
|
- { role: fail2ban }
|
|
- { role: prometheus_exporters }
|
|
- { role: promtail }
|