vars
This commit is contained in:
33
roles/mastodon/vars/Ubuntu.yml
Normal file
33
roles/mastodon/vars/Ubuntu.yml
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
mastodon_db_login_unix_socket: '/var/run/postgresql'
|
||||||
|
|
||||||
|
packages:
|
||||||
|
- package: "autoconf"
|
||||||
|
- package: "bison"
|
||||||
|
- package: "build-essential"
|
||||||
|
- package: "curl"
|
||||||
|
- package: "cron"
|
||||||
|
- package: "ffmpeg"
|
||||||
|
- package: "file"
|
||||||
|
- package: "g++"
|
||||||
|
- package: "gcc"
|
||||||
|
- package: "git"
|
||||||
|
- package: "imagemagick"
|
||||||
|
- package: "libffi-dev"
|
||||||
|
- package: "libgdbm-dev"
|
||||||
|
- package: "libicu-dev"
|
||||||
|
- package: "libidn11-dev"
|
||||||
|
- package: "libncurses5-dev"
|
||||||
|
- package: "libpq-dev"
|
||||||
|
- package: "libprotobuf-dev"
|
||||||
|
- package: "libreadline-dev"
|
||||||
|
- package: "libssl-dev"
|
||||||
|
- package: "libxml2-dev"
|
||||||
|
- package: "libxslt1-dev"
|
||||||
|
- package: "libyaml-dev"
|
||||||
|
- package: "nodejs"
|
||||||
|
- package: "pkg-config"
|
||||||
|
- package: "protobuf-compiler"
|
||||||
|
- package: "sudo"
|
||||||
|
- package: "systemd"
|
||||||
|
- package: "yarn"
|
||||||
|
- package: "zlib1g-dev"
|
||||||
Reference in New Issue
Block a user