added vault.actcur.com configuration

This commit is contained in:
Jayne Passmore 2025-10-11 12:35:30 -05:00
parent 38b72b886c
commit 887a727440
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,7 @@
role:core:v1.2:core
role:ansible-update:v1.0:core,ansible
role:nginx-ssl:v1.1:common,nginx-ssl
role:certbot:v1.3:common,certbot
role:vaultwarden:testing:workload,vaultwarden
# end of file

View file

@ -0,0 +1,8 @@
---
# vars file for certbot on vault.actcur.com
domains:
- domain: vault.actcur.com
- domain: pass.actcur.com
# end of file

View file

@ -0,0 +1,10 @@
---
# vars file for nginx-ssl on vault.actcur.com
domains:
- domain: vault.actcur.com
port: 8000
- domain: pass.actcur.com
port: 8000
# end of file