From 38b72b886c32559e9877302a93e253b9e97bab68 Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Thu, 24 Jul 2025 17:56:25 -0500 Subject: [PATCH] Added ansible-update role to all servers and updated incremented readarr role version (fixed package name) (#15) Reviewed-on: https://git.actcur.com/actcur-ansible/playbook-builder/pulls/15 --- playbook_templates/cloud.actcur.com | 1 + playbook_templates/forgejo.actcur.com | 1 + playbook_templates/ipa.actcur.com | 1 + playbook_templates/ipa2.actcur.com | 1 + playbook_templates/jellyfin.actcur.com | 1 + playbook_templates/privtorrents.actcur.com | 1 + playbook_templates/starrs.actcur.com | 3 ++- 7 files changed, 8 insertions(+), 1 deletion(-) diff --git a/playbook_templates/cloud.actcur.com b/playbook_templates/cloud.actcur.com index c2c9974..9059f5b 100644 --- a/playbook_templates/cloud.actcur.com +++ b/playbook_templates/cloud.actcur.com @@ -1,4 +1,5 @@ role:core:v1.2:core +role:ansible-update:v1.0:core,ansible role:mount:v1.1:core,mount role:nginx-ssl:v1.1:common,nginx-ssl role:certbot:v1.3:common,certbot diff --git a/playbook_templates/forgejo.actcur.com b/playbook_templates/forgejo.actcur.com index 5360558..cf3b614 100644 --- a/playbook_templates/forgejo.actcur.com +++ b/playbook_templates/forgejo.actcur.com @@ -1,4 +1,5 @@ role:core:v1.2:core +role:ansible-update:v1.0:core,ansible role:nginx-ssl:v1.1:common,nginx-ssl role:mount:v1.1:core,mount role:certbot:v1.3:common,certbot diff --git a/playbook_templates/ipa.actcur.com b/playbook_templates/ipa.actcur.com index d1d1f3e..fd798af 100644 --- a/playbook_templates/ipa.actcur.com +++ b/playbook_templates/ipa.actcur.com @@ -1,4 +1,5 @@ role:core:v1.2:core +role:ansible-update:v1.0:core,ansible role:ipa-server:v1.0:workload,ipa-server role:certbot:v1.3:common,certbot diff --git a/playbook_templates/ipa2.actcur.com b/playbook_templates/ipa2.actcur.com index b468799..ee04c1e 100644 --- a/playbook_templates/ipa2.actcur.com +++ b/playbook_templates/ipa2.actcur.com @@ -1,4 +1,5 @@ role:core:v1.2:core +role:ansible-update:v1.0:core,ansible role:ipa-server:v1.0:workload,ipa-server # end of file diff --git a/playbook_templates/jellyfin.actcur.com b/playbook_templates/jellyfin.actcur.com index 398640a..668f9b6 100644 --- a/playbook_templates/jellyfin.actcur.com +++ b/playbook_templates/jellyfin.actcur.com @@ -1,4 +1,5 @@ role:core:v1.2:core +role:ansible-update:v1.0:core,ansible role:mount:v1.1:core,mount role:nginx-ssl:v1.1:common,nginx-ssl role:certbot:v1.3:common,certbot diff --git a/playbook_templates/privtorrents.actcur.com b/playbook_templates/privtorrents.actcur.com index 99113e7..bdff742 100644 --- a/playbook_templates/privtorrents.actcur.com +++ b/playbook_templates/privtorrents.actcur.com @@ -1,4 +1,5 @@ role:core:v1.2:core +role:ansible-update:v1.0:core,ansible role:mount:v1.1:core,mount role:deluge:v1.0:workload,deluge role:nginx-ssl:v1.1:common,nginx-ssl diff --git a/playbook_templates/starrs.actcur.com b/playbook_templates/starrs.actcur.com index e9d063c..07c40c6 100644 --- a/playbook_templates/starrs.actcur.com +++ b/playbook_templates/starrs.actcur.com @@ -1,10 +1,11 @@ role:core:v1.2:core +role:ansible-update:v1.0:core,ansible role:mount:v1.1:core,mount role:nginx-ssl:v1.1:common,nginx-ssl role:certbot:v1.3:common,certbot role:sonarr:v1.0:workload,sonarr role:radarr:v1.0:workload,radarr -role:readarr:v1.0:workload,readarr +role:readarr:v1.1:workload,readarr role:lidarr:v1.0:workload,lidarr role:bazarr:v1.0:workload,bazarr role:prowlarr:v1.0:workload,prowlarr