From ed802764e4baa56a4234e4c5fb6a3a140ca7a461 Mon Sep 17 00:00:00 2001 From: MeinholC Date: Tue, 14 Apr 2026 19:20:24 +0200 Subject: [PATCH] =?UTF-8?q?site.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 site.yml diff --git a/site.yml b/site.yml new file mode 100644 index 0000000..b6c3e8d --- /dev/null +++ b/site.yml @@ -0,0 +1,7 @@ +--- +- hosts: web_servers + become: true + tasks: + - name: Print OS info + ansible.builtin.package: + name: apache2 \ No newline at end of file