2020-11-10 15:24:33 +01:00

14 lines
163 B
YAML

#
---
- hosts:
- name: installation apache2
apt:
name: apache2
state: present
- name:installation PHP
apt:
name: PHP
state: present