mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 03:08:32 +01:00
feat: oidc config on harbor side
This commit is contained in:
@@ -2,13 +2,15 @@ server 172.16.1.0 255.255.255.0
|
||||
#server-ipv6 fd2a:aef:608:1::/64
|
||||
|
||||
dev athq_sheppyvpn
|
||||
dev-type tap
|
||||
dev-type {{ dev_type }}
|
||||
|
||||
proto tcp
|
||||
port 7012
|
||||
proto {{ proto }}
|
||||
port {{ port }}
|
||||
|
||||
{% if dev_type == "tap" %}
|
||||
topology subnet
|
||||
client-to-client
|
||||
{% endif %}
|
||||
|
||||
# disable logging
|
||||
#log /dev/null
|
||||
|
||||
Reference in New Issue
Block a user