Increment certbot role, adds automated certificate renewal (#5)
Reviewed-on: #5 Co-authored-by: Beth <ejparker@actcur.com> Co-committed-by: Beth <ejparker@actcur.com>
This commit is contained in:
parent
4272d5c258
commit
dd590c95fa
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
role:core:v1.2:core
|
role:core:v1.2:core
|
||||||
role:nginx-ssl:v1.1:common,nginx-ssl
|
role:nginx-ssl:v1.1:common,nginx-ssl
|
||||||
role:mount:v1.1:core,mount
|
role:mount:v1.1:core,mount
|
||||||
role:certbot:v1.0:common,certbot
|
role:certbot:v1.1:common,certbot
|
||||||
role:forgejo:v1.0:workload,forgejo
|
role:forgejo:v1.0:workload,forgejo
|
||||||
|
|
||||||
# end of file
|
# end of file
|
||||||
|
|
|
@ -2,6 +2,6 @@ role:core:v1.2:core
|
||||||
role:mount:v1.1:core,mount
|
role:mount:v1.1:core,mount
|
||||||
role:deluge:v1.0:workload,deluge
|
role:deluge:v1.0:workload,deluge
|
||||||
role:nginx-ssl:v1.1:common,nginx-ssl
|
role:nginx-ssl:v1.1:common,nginx-ssl
|
||||||
role:certbot:v1.0:common,certbot
|
role:certbot:v1.1:common,certbot
|
||||||
|
|
||||||
# end of file
|
# end of file
|
|
@ -1,7 +1,7 @@
|
||||||
role:core:v1.2:core
|
role:core:v1.2:core
|
||||||
role:mount:v1.1:core,mount
|
role:mount:v1.1:core,mount
|
||||||
role:nginx-ssl:v1.1:common,nginx-ssl
|
role:nginx-ssl:v1.1:common,nginx-ssl
|
||||||
role:certbot:v1.0:common,certbot
|
role:certbot:v1.1:common,certbot
|
||||||
role:sonarr:v1.0:workload,sonarr
|
role:sonarr:v1.0:workload,sonarr
|
||||||
role:radarr:v1.0:workload,radarr
|
role:radarr:v1.0:workload,radarr
|
||||||
role:readarr:v1.0:workload,readarr
|
role:readarr:v1.0:workload,readarr
|
||||||
|
|
Loading…
Add table
Reference in a new issue