7 lines
105 B
YAML
7 lines
105 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: 1. installe Apache
|
|
apt:
|
|
name: apache2
|
|
state: present |