Added configurations for ipa.actcur.com and ipa2.actcur.com servers and incremented certbot (#7)

Reviewed-on: #7
Co-authored-by: Beth <ejparker@actcur.com>
Co-committed-by: Beth <ejparker@actcur.com>
This commit is contained in:
Beth Parker 2025-03-30 00:09:23 -05:00 committed by Jayne
parent dd590c95fa
commit a2ca8a265d
7 changed files with 26 additions and 3 deletions

View file

@ -1,7 +1,7 @@
role:core:v1.2:core
role:nginx-ssl:v1.1:common,nginx-ssl
role:mount:v1.1:core,mount
role:certbot:v1.1:common,certbot
role:certbot:v1.2:common,certbot
role:forgejo:v1.0:workload,forgejo
# end of file

View file

@ -0,0 +1,5 @@
role:core:v1.2:core
role:ipa-server:v1.0:workload,ipa-server
role:certbot:v1.2:common,certbot
# end of file

View file

@ -0,0 +1,4 @@
role:core:v1.2:core
role:ipa-server:v1.0:workload,ipa-server
# end of file

View file

@ -2,6 +2,6 @@ role:core:v1.2:core
role:mount:v1.1:core,mount
role:deluge:v1.0:workload,deluge
role:nginx-ssl:v1.1:common,nginx-ssl
role:certbot:v1.1:common,certbot
role:certbot:v1.2:common,certbot
# end of file

View file

@ -1,7 +1,7 @@
role:core:v1.2:core
role:mount:v1.1:core,mount
role:nginx-ssl:v1.1:common,nginx-ssl
role:certbot:v1.1:common,certbot
role:certbot:v1.2:common,certbot
role:sonarr:v1.0:workload,sonarr
role:radarr:v1.0:workload,radarr
role:readarr:v1.0:workload,readarr

View file

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

View file

@ -0,0 +1,7 @@
---
# vars file for certbot on ipa.actcur.com
domains:
- domain: ipa2.actcur.com
# end of file