Update ansible variables to keep it generic
[infra/tools.git] / infra / configure_openvpn_server / inventory / group_vars / all / common_vars.yaml
index a23b311e4ad60665576e6413a5f2a10a6142e25d..1ad0c54e0a7e69ef9a9ca43b4485b485756eb109 100644 (file)
@@ -9,6 +9,6 @@ openvpn_server: "openvpn-server-{{ lookup('env','BOOKING_ID') }}"
 country: BE
 province: BRUSSELS
 city: BRUSSELS
-org: Nordix
-orgunit: Nolabs
-email: infra@nordix.org
\ No newline at end of file
+org: "{{ lookup('env','org') }}"
+orgunit: "{{ lookup('env','orgunit') }}"
+email: "{{ lookup('env','email') }}"
\ No newline at end of file