Automate nordix openvpn user config files 79/6179/15
authorsankar palanivel <sankar.palanivel@est.tech>
Tue, 6 Oct 2020 12:35:12 +0000 (13:35 +0100)
committersankar palanivel <sankar.palanivel@est.tech>
Wed, 14 Oct 2020 14:52:43 +0000 (15:52 +0100)
commit35f55f98da2088f79be1f5ae6aad5510d22117f3
tree35127b48acbf28184b8ee4cf44211d2efbdea785
parent80b67464d4b0b4170c616e0c85e9558c931d38a3
Automate nordix openvpn user config files

In this change,

- Generate *.ovpn file in project specific Openvpn/jump server
- Revoke user's Openvpn access from project specific Openvpn/jump server

Change-Id: Ifb692a8a467cf511de4cb95a291c9d9ca6010224
infra/openvpn_automation/README.md [new file with mode: 0644]
infra/openvpn_automation/generate-user-ovpn/files/make_config.sh [new file with mode: 0644]
infra/openvpn_automation/generate-user-ovpn/tasks/main.yaml [new file with mode: 0644]
infra/openvpn_automation/inventory/group_vars/all/vars.yaml [new file with mode: 0644]
infra/openvpn_automation/inventory/inventory.ini [new file with mode: 0644]
infra/openvpn_automation/openvpn_user_revoke.yaml [new file with mode: 0644]
infra/openvpn_automation/openvpn_user_setup.yaml [new file with mode: 0644]
infra/openvpn_automation/revoke-user-ovpn/tasks/main.yaml [new file with mode: 0644]