Skip to content
Snippets Groups Projects
Commit 09d74c64 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

update hosts for bbs.archlinux.org

add to mysql-servers for monitoring and fix the php-fpm extensions.
parent da16890e
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ bbs.archlinux.org
[mysql-servers]
apollo.archlinux.org
luna.archlinux.org
bbs.archlinux.org
[postgresql-servers]
apollo.archlinux.org
......
......@@ -10,10 +10,8 @@
- { role: root_ssh }
- { role: certbot }
- { role: nginx }
- { role: zabbix-agent, tags: ["zabbix", "zabbix-agent"], when: "'unmanaged' not in group_names" }
- { role: mariadb, mariadb_innodb_buffer_pool_size: '64M', mariadb_table_open_cache: '256', mariadb_query_cache_type: '0',
mariadb_innodb_file_per_table: True }
- { role: sudo }
- { role: uwsgi }
- { role: php-fpm }
- { role: php-fpm, php_extensions: ['apcu', 'iconv', 'intl', 'mysqli'], zend_extensions: ['opcache'], tags: ["php-fpm"] }
- { role: fluxbb }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment