Sha256: 1340691fde176fa99cf9049bf9dffbfd3d374ec9012871e2b679d921088d5c98

Contents?: true

Size: 485 Bytes

Versions: 12

Compression:

Stored size: 485 Bytes

Contents

## rails
rails_env: <%= @env %>

database_pool: 5
database_name: "{{project_name}}_{{rails_env}}"
database_user: "{{project_name}}"
database_adapter: postgresql
# job_queues:
#   - default
#   - mailers

# nginx / letsencrypt
server_name: "{{ansible_host}}"

## postgresql
# postgresql_version: 14
# postgresql_authentication:
#   - type: local
#     user: "{{database_user}}"
#     database: 'all'
#     method: trust

## puma
puma_workers: 1
puma_min_threads: 4
puma_max_threads: 16

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
subspace-3.0.13 template/subspace/group_vars/template.erb
subspace-3.0.12 template/subspace/group_vars/template.erb
subspace-3.0.11 template/subspace/group_vars/template.erb
subspace-3.0.10 template/subspace/group_vars/template.erb
subspace-3.0.9 template/subspace/group_vars/template.erb
subspace-3.0.6 template/subspace/group_vars/template.erb
subspace-3.0.5 template/subspace/group_vars/template.erb
subspace-3.0.4 template/subspace/group_vars/template.erb
subspace-3.0.3 template/subspace/group_vars/template.erb
subspace-3.0.2 template/subspace/group_vars/template.erb
subspace-3.0.0 template/subspace/group_vars/template.erb
subspace-3.0.0.rc1 template/subspace/group_vars/template.erb