Update ansible roles to automate nordix openvpn user management
[infra/tools.git] / infra / openvpn_automation / playbooks / openvpn_user_revoke.yaml
diff --git a/infra/openvpn_automation/playbooks/openvpn_user_revoke.yaml b/infra/openvpn_automation/playbooks/openvpn_user_revoke.yaml
new file mode 100644 (file)
index 0000000..8419d9d
--- /dev/null
@@ -0,0 +1,8 @@
+---
+- name: Revoke user Openvpn config files
+  hosts: nordix_ca
+  become: false
+  gather_facts: false
+
+  roles:
+    - {role: revoke-user-ovpn}
\ No newline at end of file