ansible-roles/webapps/mastodon/defaults/main.yml
Mathieu Gauthier-Pilote 6e0d6b8a32
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
README.md + LISEZMOI.md
2023-01-06 10:48:56 -05:00

27 lines
1.1 KiB
YAML

---
# defaults file for mastodon
system_dep: "['imagemagick', 'ffmpeg', 'libpq-dev', 'libxml2-dev', 'libxslt1-dev', 'file', 'git-core', 'g++', 'libprotobuf-dev', 'protobuf-compiler', 'pkg-config', 'nodejs', 'gcc', 'autoconf', 'bison', 'build-essential', 'libssl-dev', 'libyaml-dev', 'libreadline6-dev', 'zlib1g-dev', 'libncurses5-dev', 'libffi-dev', 'libgdbm-dev', 'nginx', 'redis-server', 'redis-tools', 'postgresql', 'postgresql-contrib', 'certbot', 'python3-certbot-nginx', 'libidn11-dev', 'libicu-dev', 'libjemalloc-dev', 'yarn']"
domains: ['example.somedomain.org']
git_url: 'https://github.com/mastodon/mastodon.git'
git_version: 'v4.0.2'
ruby_version: '3.0.4'
service: 'example'
db_host: 'localhost'
db_user: "{{ service }}"
db_name: "{{ service }}_production"
db_password: 'CHANGE_ME'
#puma_port: '3000'
#node_port: '4000'
app_secret_key_base: ""
app_otp_secret: ""
app_vapid_private_key: ""
app_vapid_public_key: ""
app_smtp_server: "127.0.0.1"
app_smtp_port: "25"
app_smtp_from_address: "example@somedomain.org"
app_smtp_auth_method: "none"
app_smtp_openssl_verify_mode: "none"
app_es_enabled: "false"