From 0d3c4909f50d16bc028608e18e3bcbba8cd75bee Mon Sep 17 00:00:00 2001 From: Dirk Wirts Date: Fri, 3 Nov 2023 15:34:23 +0100 Subject: [PATCH] update --- Inventories/test/host_vars/ansible-test01.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Inventories/test/host_vars/ansible-test01.yml b/Inventories/test/host_vars/ansible-test01.yml index 93605cb..63d409b 100644 --- a/Inventories/test/host_vars/ansible-test01.yml +++ b/Inventories/test/host_vars/ansible-test01.yml @@ -9,3 +9,23 @@ dns_servers: - 8.8.8.8 new_hostname: "ansible-test01" timezone: "Europe/Berlin" +required_pkgs: + - ufw + - fail2ban + - net-tools + - p7zip-full + - pigz + - htop + - iotop + - bash-completion + - rsync + - sudo + - nano + - vim + - screen + - curl + - gnupg2 + - apache2-utils + - mariadb-client + - git + - sshpass \ No newline at end of file