feat: oidc config on harbor side

This commit is contained in:
2023-12-29 15:06:19 +00:00
parent c07c80c24f
commit 9baacd5597
4 changed files with 14 additions and 11 deletions

View File

@@ -15,9 +15,10 @@
- name: Deploy OpenVPN configs
template:
src: "{{ item }}.conf"
dest: "/etc/openvpn/{{ item }}/"
dest: "/etc/openvpn/{{ item }}-{{ item.dev_type }}/{{ item }}-{{ item.dev_type }}.conf"
with_items:
- atlantishq
- { "name" : "atlantishq", "dev_type" : "tap", "port" : 7012 }
- { "name" : "atlantishq", "dev_type" : "tun", "port" : 7013 }
- name: Openvpn Mgnt interface Pass file
copy: