This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
pleroma-ansible-playbook/defaults/main.yml

34 lines
868 B
YAML
Raw Normal View History

2019-10-02 01:31:38 +01:00
---
pleroma_config_email: admin@localhost
2019-10-04 00:48:29 +01:00
pleroma_config_notify_email: no_reply@{{ pleroma_config_host }}
2019-10-02 01:31:38 +01:00
pleroma_config_host: pleroma.localhost
pleroma_config_listeningPort: 4000
2019-10-04 00:48:29 +01:00
pleroma_config_instanceName: Pleroma
pleroma_config_instanceDescription: "A new Pleroma instance."
2019-10-02 01:31:38 +01:00
pleroma_config_characterLimit: 5000
pleroma_config_registrationsOpen: "false"
pleroma_config_dynamicConfiguration: "false"
2019-10-04 00:48:29 +01:00
pleroma_config_healthCheck: "true"
pleroma_config_logLevel: info
pleroma_config_federating: "true"
2019-10-02 01:31:38 +01:00
2019-10-04 00:48:29 +01:00
pleroma_db_user: pleroma
pleroma_db_name: pleroma_db
pleroma_db_hba:
- type: local
database: postgres
user: postgres
address: ""
method: peer
- type: local
database: "{{ pleroma_db_name }}"
user: postgres
address: ""
method: peer
- type: host
database: "{{ pleroma_db_name }}"
user: "{{ pleroma_db_user }}"
address: 127.0.0.1/32
method: md5