commit ed802764e4baa56a4234e4c5fb6a3a140ca7a461 Author: MeinholC Date: Tue Apr 14 19:20:24 2026 +0200 site.yml hinzugefügt 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