“cameron.desrayaud” 928fda2aa8 ajout yml
2022-01-24 14:24:14 +01:00

11 lines
140 B
YAML

- name: installation apache2
apt:
name: apache2
state: present
- name: installation php
apt:
name: php
state: present