mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
Upgrade Firezone (v0.7.35-5 -> v0.7.35-7)
This commit is contained in:
parent
2a9db9ac06
commit
cffb13a3dd
2 changed files with 3 additions and 5 deletions
|
@ -1507,14 +1507,12 @@ firezone_database_password: "{{ '%s' | format(mash_playbook_generic_secret_key)
|
|||
firezone_database_username: "{{ firezone_identifier }}"
|
||||
# /role-specific:postgres
|
||||
|
||||
firezone_systemd_required_services_list: |
|
||||
firezone_systemd_required_services_list_auto: |
|
||||
{{
|
||||
(['docker.service'])
|
||||
+
|
||||
([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled | default(false) and firezone_database_host == devture_postgres_identifier else [])
|
||||
}}
|
||||
|
||||
firezone_container_additional_networks: |
|
||||
firezone_container_additional_networks_auto: |
|
||||
{{
|
||||
([mash_playbook_reverse_proxyable_services_additional_network] if mash_playbook_reverse_proxyable_services_additional_network else [])
|
||||
+
|
||||
|
|
|
@ -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-5
|
||||
version: v0.7.35-7
|
||||
name: firezone
|
||||
activation_prefix: firezone_
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-focalboard.git
|
||||
|
|
Loading…
Reference in a new issue