Alright, this shoooould be functional
This commit is contained in:
@@ -1,4 +1,24 @@
|
||||
# vim:ft=ansible:
|
||||
pleroma_home: /opt/pleroma
|
||||
pleroma_arch: amd64
|
||||
pleroma_install: yes
|
||||
pleroma_enabled: yes
|
||||
pleroma_name: default
|
||||
pleroma_download_url: "https://git.pleroma.social/api/v4/projects/2/jobs/artifacts/stable/download?job={{ pleroma_arch }}"
|
||||
|
||||
# Site configuration
|
||||
pleroma_hostname: ""
|
||||
pleroma_char_limit: 65536
|
||||
pleroma_open_registration: "false"
|
||||
pleroma_instance_name: "My Pleroma Instance"
|
||||
pleroma_instance_desc: "My Pleroma instance, deployed via Ansible with no defaults changed"
|
||||
|
||||
# Secret configuration
|
||||
pleroma_secret_key_base: ""
|
||||
pleroma_secret_signing_salt: ""
|
||||
|
||||
# DB configuration
|
||||
pleroma_db_name: ""
|
||||
pleroma_db_host: ""
|
||||
pleroma_db_user: ""
|
||||
pleroma_db_pass: ""
|
||||
pleroma_db_pool_size: 10
|
||||
|
Reference in New Issue
Block a user