Compare commits

..

2 commits

Author SHA1 Message Date
1c6c727483 added removed pass.actcur.com 2025-10-11 12:45:20 -05:00
887a727440 added vault.actcur.com configuration 2025-10-11 12:35:30 -05:00
3 changed files with 22 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,7 @@
---
# vars file for certbot on vault.actcur.com
domains:
- domain: vault.actcur.com
# end of file

View file

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