gsb2024-awx/install.yml

8 lines
120 B
YAML

---
- hosts: all
become: true
tasks:
- name: 1. installe Apache
apt:
name: apache2
state: present