Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
09d74c64
Commit
09d74c64
authored
Oct 27, 2019
by
Jelle van der Waa
🚧
Browse files
update hosts for bbs.archlinux.org
add to mysql-servers for monitoring and fix the php-fpm extensions.
parent
da16890e
Changes
2
Hide whitespace changes
Inline
Side-by-side
hosts
View file @
09d74c64
...
...
@@ -38,6 +38,7 @@ bbs.archlinux.org
[mysql-servers]
apollo.archlinux.org
luna.archlinux.org
bbs.archlinux.org
[postgresql-servers]
apollo.archlinux.org
...
...
playbooks/bbs.archlinux.org.yml
View file @
09d74c64
...
...
@@ -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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment