- hosts: web tasks: - name: Installation apache2 apt: name: apache2 state: present - name: Installation php 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/