Update ansible variables to keep it generic
[infra/tools.git] / infra / configure_openvpn_client / inventory / group_vars / all / common_vars.yaml
index 4d720ccf2d97048ae52ae0bf6256264fccb62ae0..62ec6b9ba50a65ba1c07d4b817d5d7786c50e218 100644 (file)
@@ -9,9 +9,9 @@ openvpn_server: "openvpn-server-{{ lookup('env','BOOKING_ID') }}"
 country: BE
 province: BRUSSELS
 city: BRUSSELS
-org: Nordix
-orgunit: Nolabs
-email: infra@nordix.org
+org: "{{ lookup('env','org') }}"
+orgunit: "{{ lookup('env','orgunit') }}"
+email: "{{ lookup('env','email') }}"
 
 # user specific vars
 user_name: "{{ lookup('env','user_name') }}"
\ No newline at end of file