Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
500bf74a
Commit
500bf74a
authored
Oct 17, 2019
by
Jelle van der Waa
🚧
Browse files
commit bbs playbook
parent
ea838ec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
playbooks/bbs.archlinux.org.yml
0 → 100644
View file @
500bf74a
---
-
name
:
setup bbs.archlinux.org
#hosts: bbs.archlinux.org
hosts
:
116.203.93.142
remote_user
:
root
roles
:
-
{
role
:
common
}
-
{
role
:
tools
}
-
{
role
:
sshd
}
-
{
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
,
php_extensions
:
[
'
iconv'
,
'
intl'
,
'
mysqli'
],
zend_extensions
:
[
'
opcache'
]
}
-
{
role
:
fluxbb
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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