mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 14:24:25 +00:00
Rename mash-firezone db to firezone
This commit is contained in:
parent
654397c76f
commit
f699b4d264
2 changed files with 1 additions and 2 deletions
|
@ -1602,7 +1602,6 @@ firezone_generic_secret: "{{ mash_playbook_generic_secret_key }}"
|
||||||
|
|
||||||
firezone_database_host: "{{ devture_postgres_identifier if devture_postgres_enabled else '' }}"
|
firezone_database_host: "{{ devture_postgres_identifier if devture_postgres_enabled else '' }}"
|
||||||
firezone_database_port: "{{ '5432' if devture_postgres_enabled else '' }}"
|
firezone_database_port: "{{ '5432' if devture_postgres_enabled else '' }}"
|
||||||
firezone_database_name: "{{ firezone_identifier }}"
|
|
||||||
firezone_database_password: "{{ '%s' | format(mash_playbook_generic_secret_key) | password_hash('sha512', 'fz.db.user', rounds=655555) | to_uuid }}"
|
firezone_database_password: "{{ '%s' | format(mash_playbook_generic_secret_key) | password_hash('sha512', 'fz.db.user', rounds=655555) | to_uuid }}"
|
||||||
firezone_database_user: "{{ firezone_identifier }}"
|
firezone_database_user: "{{ firezone_identifier }}"
|
||||||
|
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
version: 6b20c472d36ce5765dc44675d42cce74cbcbd0fe
|
version: 6b20c472d36ce5765dc44675d42cce74cbcbd0fe
|
||||||
name: hubsite
|
name: hubsite
|
||||||
- src: git+https://github.com/moan0s/role-firezone.git
|
- src: git+https://github.com/moan0s/role-firezone.git
|
||||||
version: ac8564d5e11a75107ba93aec6427b83be824c30a
|
version: 7962aabb18186520acc6f8f9e4e867bd06bb7280
|
||||||
name: firezone
|
name: firezone
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial.git
|
||||||
name: gotosocial
|
name: gotosocial
|
||||||
|
|
Loading…
Reference in a new issue