mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
Fix mobilizon database username
This commit is contained in:
parent
216eb97c0e
commit
2d3121397d
1 changed files with 2 additions and 1 deletions
|
@ -1794,9 +1794,10 @@ mobilizon_secret_key: "{{ '%s' | format(mash_playbook_generic_secret_key) | pass
|
|||
mobilizon_secret_key_base: "{{ '%s' | format(mash_playbook_generic_secret_key) | password_hash('sha512', 'skb.mobilizon', rounds=655555) | to_uuid }}"
|
||||
|
||||
mobilizon_database_hostname: "{{ postgis_identifier if postgis_enabled else '' }}"
|
||||
mobilizon_database_name: "mobilizon"
|
||||
mobilizon_database_port: "{{ '5432' if postgis_enabled else '' }}"
|
||||
mobilizon_database_password: "{{ '%s' | format(mash_playbook_generic_secret_key) | password_hash('sha512', 'db.mobilizon', rounds=655555) | to_uuid }}"
|
||||
mobilizon_database_username: "{{ mobilizon_identifier }}"
|
||||
mobilizon_database_username: "mobilizon"
|
||||
|
||||
mobilizon_systemd_required_services_list: |
|
||||
{{
|
||||
|
|
Loading…
Reference in a new issue