1
0
Fork 0

update roles

This commit is contained in:
Aine 2023-12-19 18:03:12 +02:00
parent 7e1b178ab2
commit 58133ba312
No known key found for this signature in database
GPG key ID: 34969C908CCA2804
2 changed files with 5 additions and 5 deletions

View file

@ -806,7 +806,7 @@ mash_playbook_devture_postgres_managed_databases_auto_itemized:
{{
({
'name': firezone_database_name,
'username': firezone_database_user,
'username': firezone_database_username,
'password': firezone_database_password,
} if firezone_enabled else omit)
}}
@ -1504,7 +1504,7 @@ firezone_generic_secret: "{{ mash_playbook_generic_secret_key }}"
firezone_database_host: "{{ devture_postgres_identifier if devture_postgres_enabled else '' }}"
firezone_database_port: "{{ '5432' if devture_postgres_enabled else '' }}"
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_username: "{{ firezone_identifier }}"
# /role-specific:postgres
firezone_systemd_required_services_list: |

View file

@ -73,7 +73,7 @@
name: fail2ban
activation_prefix: system_security_fail2ban_
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-firezone.git
version: v0.7.35-2
version: v0.7.35-3
name: firezone
activation_prefix: firezone_
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-focalboard.git
@ -101,7 +101,7 @@
name: gotosocial
activation_prefix: gotosocial_
- src: git+https://gitlab.com/etke.cc/roles/grafana.git
version: v10.2.2-1
version: v10.2.3-0
name: grafana
activation_prefix: grafana_
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-healthchecks.git
@ -161,7 +161,7 @@
name: mosquitto
activation_prefix: mosquitto_
- src: git+https://gitlab.com/etke.cc/mrs/ansible-role-mrs.git
version: v0.0.0-21
version: v0.0.0-22
name: mrs
activation_prefix: mrs_
- src: git+https://github.com/kinduff/ansible-docker-n8n.git