--- pleroma_defaults: config: email: admin@localhost notifyEmail: no_reply@pleroma.localhost host: pleroma.localhost listeningPort: 4000 instanceName: "Ansible Pleroma" instanceDescription: "A new single instance of Pleroma" characterLimit: 5000 registrationsOpen: "false" configurableFromDatabase: "false" healthCheck: "false" remotePostRetentionDays: 90 logLevel: info federating: "true" chatEnabled: "true" mrf: simplePolicy: reject: [] federatedTimelineRemoval: [] mediaRemoval: [] mediaNsfw: [] reportRemoval: [] frontend: background: "" themes: custom: [] default: pleroma-dark db: name: pleroma_db user: pleroma connLimit: 15 postgresServer: pg_hba: - type: local database: postgres user: postgres address: "" method: peer - type: local database: "{{ pleroma.config.db.name }}" user: postgres address: "" method: peer - type: host database: "{{ pleroma.config.db.name }}" user: "{{ pleroma.config.db.user }}" address: 127.0.0.1/32 method: md5 ssl: csr: countryName: "" emailAddress: "{{ pleroma.config.email }}" localityName: "" organizationName: "" organizationUnitName: "" stateOrProvinceName: "" letsEncrypt: enable: false acmeAccountEmail: "{{ pleroma.config.email }}" acmeDirectory: "https://acme-v02.api.letsencrypt.org/directory" remainingDays: 10 termsAgreed: no validateCerts: true keybase: enable: false proof: filepath: "{{ lookup('env','HOME') }}/keybase.txt"