forked from mastodon/mastodon-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vars.yaml
49 lines (49 loc) · 914 Bytes
/
vars.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
packages:
ubuntu:
- "autoconf"
- "bison"
- "build-essential"
- "curl"
- "ffmpeg"
- "file"
- "g++"
- "gcc"
- "git"
- "imagemagick"
- "libffi-dev"
- "libgdbm-dev"
- "libgdbm6"
- "libicu-dev"
- "libidn11-dev"
- "libncurses5-dev"
- "libpq-dev"
- "libprotobuf-dev"
- "libreadline-dev"
- "libssl-dev"
- "libxml2-dev"
- "libxslt1-dev"
- "libyaml-dev"
- "nginx"
- "nodejs"
- "pkg-config"
- "protobuf-compiler"
- "sudo"
- "yarn"
- "zlib1g-dev"
- "redis-server"
- "redis-tools"
rhel: []
service_files:
- "/etc/systemd/system/mastodon-web.service"
- "/etc/systemd/system/mastodon-streaming.service"
- "/etc/systemd/system/mastodon-sidekiq.service"
services:
- nginx
- postgresql
- mastodon-sidekiq
- mastodon-streaming
- mastodon-web
firewall_open_ports:
- 22
- 80
- 443