diff --git a/playbook_templates/forgejo.actcur.com b/playbook_templates/forgejo.actcur.com index 3cf2c95..dcf2635 100644 --- a/playbook_templates/forgejo.actcur.com +++ b/playbook_templates/forgejo.actcur.com @@ -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 diff --git a/playbook_templates/ipa.actcur.com b/playbook_templates/ipa.actcur.com new file mode 100644 index 0000000..7f00433 --- /dev/null +++ b/playbook_templates/ipa.actcur.com @@ -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 diff --git a/playbook_templates/ipa2.actcur.com b/playbook_templates/ipa2.actcur.com new file mode 100644 index 0000000..b468799 --- /dev/null +++ b/playbook_templates/ipa2.actcur.com @@ -0,0 +1,4 @@ +role:core:v1.2:core +role:ipa-server:v1.0:workload,ipa-server + +# end of file diff --git a/playbook_templates/privtorrents.actcur.com b/playbook_templates/privtorrents.actcur.com index a8158a8..e97cd19 100644 --- a/playbook_templates/privtorrents.actcur.com +++ b/playbook_templates/privtorrents.actcur.com @@ -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 \ No newline at end of file diff --git a/playbook_templates/starrs.actcur.com b/playbook_templates/starrs.actcur.com index 0372410..1575de4 100644 --- a/playbook_templates/starrs.actcur.com +++ b/playbook_templates/starrs.actcur.com @@ -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 diff --git a/var_files/certbot/ipa.actcur.com b/var_files/certbot/ipa.actcur.com new file mode 100644 index 0000000..c727b51 --- /dev/null +++ b/var_files/certbot/ipa.actcur.com @@ -0,0 +1,7 @@ +--- +# vars file for certbot on ipa.actcur.com + +domains: + - domain: ipa.actcur.com + +# end of file \ No newline at end of file diff --git a/var_files/certbot/ipa2.actcur.com b/var_files/certbot/ipa2.actcur.com new file mode 100644 index 0000000..7585cd6 --- /dev/null +++ b/var_files/certbot/ipa2.actcur.com @@ -0,0 +1,7 @@ +--- +# vars file for certbot on ipa.actcur.com + +domains: + - domain: ipa2.actcur.com + +# end of file \ No newline at end of file