feat: openvpn & cert manager

This commit is contained in:
2023-05-29 12:33:06 +00:00
parent 5cb291bdfd
commit 3347feee8f
6 changed files with 165 additions and 0 deletions

View File

@@ -45,6 +45,10 @@
roles:
- { role : vault-pki, tags : [ "pki_master", "vault" ] }
- hosts: vpn
roles:
- { role : openvpn, tags : [ "openvpn", "vpn", "certificate-manager" ] }
- hosts: timetracking
roles:
- { role : timetracking, tags : [ "timetracking", "kamai" ] }