From e5f577742ca036529e28695160807f0a373418a5 Mon Sep 17 00:00:00 2001 From: Ullli Date: Tue, 2 Jun 2026 08:05:43 +0200 Subject: [PATCH] =?utf8?q?Linter=20f=C3=BCr=20ansible=20und=20mehr=20Core-?= =?utf8?q?Software?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tasks/ansible_control_node.yml | 1 + tasks/bootstrap.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/tasks/ansible_control_node.yml b/tasks/ansible_control_node.yml index 8f45a39..6c52ec8 100644 --- a/tasks/ansible_control_node.yml +++ b/tasks/ansible_control_node.yml @@ -3,6 +3,7 @@ ansible.builtin.apt: pkg: - ansible + - ansible-lint # - di-netboot-assistant # - tftp-hpa # das müssen wir für jeden bereits existierenden noch genau ausprobieren diff --git a/tasks/bootstrap.yml b/tasks/bootstrap.yml index 0488d81..7fc9a76 100644 --- a/tasks/bootstrap.yml +++ b/tasks/bootstrap.yml @@ -37,6 +37,8 @@ - iftop - rsync - ripgrep + - nnn + - duf - name: Install core-packages for bare-metal-server ansible.builtin.apt: pkg: -- 2.39.5