site.yml hinzugefügt

This commit is contained in:
MeinholC 2026-04-14 19:20:24 +02:00
commit ed802764e4

7
site.yml Normal file
View File

@ -0,0 +1,7 @@
---
- hosts: web_servers
become: true
tasks:
- name: Print OS info
ansible.builtin.package:
name: apache2