From c1dcc09bf868b4288b08ea851ac0d7dcc4aade10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Dom=C3=ADnguez?= Date: Thu, 7 May 2026 14:57:20 +0200 Subject: [PATCH] Upgrade to Ansible Collection `artis3n.tailscale` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Role `artis3n.tailscale` has been deprecated in favor of collection `artis3n.tailscale`. Switch to the collection. ⚠️ Involves an upgrade of `community.general`! --- celery.yml | 2 +- requirements.yaml | 6 +++--- traefik-proxy.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/celery.yml b/celery.yml index d398c4b4b..d41764f8a 100644 --- a/celery.yml +++ b/celery.yml @@ -72,7 +72,7 @@ mode: "0644" roles: - geerlingguy.repo-epel - # - artis3n.tailscale # broken (invalid API key) + # - artis3n.tailscale.machine # broken (invalid API key) - role: usegalaxy_eu.handy.os_setup vars: enable_remap_user: true diff --git a/requirements.yaml b/requirements.yaml index 82ec9a364..d2ad2c553 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -1,7 +1,7 @@ --- collections: - name: community.general - version: 8.0.2 + version: 10.3.0 source: https://galaxy.ansible.com - name: amazon.aws version: 1.5.0 @@ -51,6 +51,8 @@ collections: source: https://galaxy.ansible.com - name: community.crypto version: 2.26.5 + - name: artis3n.tailscale + version: 1.2.1 roles: - name: dev-sec.os-hardening @@ -152,8 +154,6 @@ roles: version: 0.4.5 - name: geerlingguy.redis version: 1.9.1 - - name: artis3n.tailscale - version: v4.5.0 - name: dokku_bot.ansible_dokku version: v2024.4.11 - src: https://github.com/usegalaxy-eu/ansible-traefik diff --git a/traefik-proxy.yml b/traefik-proxy.yml index f37c69ff0..6fb71be7c 100644 --- a/traefik-proxy.yml +++ b/traefik-proxy.yml @@ -61,7 +61,7 @@ enable_pam_limits: true # Prevent out of control processes enable_install_software: true # Some extra admin tools (*top, vim, etc) - usegalaxy-eu.dynmotd - - artis3n.tailscale + - artis3n.tailscale.machine - usegalaxy_eu.traefik - devsec.hardening.ssh_hardening - devsec.hardening.os_hardening