2022-10-11 09:12:29 +02:00

25 lines
397 B
YAML

---
- name: mon playbook
hosts: web
tasks:
- name: installation apache2
apt :
name: apache2
state: present
- name: installation php-mbstring
apt :
name: php
state: present
- name: installation php-mbstring
apt :
name: php-mbstring
state: present
- name: Copie index.html
copy:
src: index.html
dest: /var/www/html/