feat: Added openvpn

This commit is contained in:
Lino Silva
2023-04-19 15:23:00 +01:00
parent 1a23832aa9
commit 09ddf680a7
11 changed files with 162 additions and 1 deletions
@@ -0,0 +1,10 @@
---
- name: Stop container
community.general.proxmox:
vmid: "{{ vmid }}"
api_user: root@pam
api_password: "{{ proxmox_api_password }}"
api_host: 10.0.2.2
state: stopped
ignore_errors: true
timeout: 90