You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to setup a VPN with both: Wireguard and Firezone, but without success... since once created the client configuration and setup in their respective client software, trying to connect to the VPN was successful but in that moment all the traffic is blocked.
This is the vars.yml I'm using...
---
# Below is an example which installs a few services on the host, in different configuration.
# You should tweak this example as you see fit and enable the services that you need.
########################################################################
# #
# Playbook #
# #
########################################################################
mash_playbook_generic_secret_key: "TY8PcgDdLHpm34WGyJ8BSRgiKtjc705R1XlUzwPgjRjkNhuluNwyE6l4b7ypQGDC"
########################################################################
# #
# /Playbook #
# #
########################################################################
########################################################################
# #
# Docker #
# #
########################################################################
mash_playbook_docker_installation_enabled: true
devture_docker_sdk_for_python_installation_enabled: true
########################################################################
# #
# /Docker #
# #
########################################################################
########################################################################
# #
# com.devture.ansible.role.timesync #
# #
########################################################################
devture_timesync_installation_enabled: true
########################################################################
# #
# /com.devture.ansible.role.timesync #
# #
########################################################################
########################################################################
# #
# traefik #
# #
########################################################################
mash_playbook_reverse_proxy_type: playbook-managed-traefik
traefik_config_certificatesResolvers_acme_email: [email protected]
########################################################################
# #
# /traefik #
# #
########################################################################
########################################################################
# #
# postgres #
# #
########################################################################
postgres_enabled: true
postgres_container_postgres_bind_port: 65432
postgres_connection_password: XXXXXXX
########################################################################
# #
# /postgres #
# #
########################################################################
# You can add additional services here, as you see fit.
# To discover new services and configuration, see docs/supported-services.md
########################################################################
# #
# wg-easy #
# #
########################################################################
wg_easy_enabled: true
wg_easy_hostname: wg.mydomain.com
wg_easy_environment_variables_additional_variable_wg_host: wg.mydomain.com
wg_easy_environment_variables_additional_variable_password: "XXXXXXX"
########################################################################
# #
# /wg-easy #
# #
########################################################################
May I configure something more than this?
The text was updated successfully, but these errors were encountered:
I've tried to setup a VPN with both: Wireguard and Firezone, but without success... since once created the client configuration and setup in their respective client software, trying to connect to the VPN was successful but in that moment all the traffic is blocked.
This is the
vars.yml
I'm using...May I configure something more than this?
The text was updated successfully, but these errors were encountered: