root e09e6c1fc1 nouveau fichier : sio2/SISR/09-ansible/hosts
nouveau fichier : sio2/SISR/09-ansible/index.html
	nouveau fichier : sio2/SISR/09-ansible/squid.conf.j2
	nouveau fichier : sio2/SISR/09-ansible/squid.yml
	nouveau fichier : sio2/SISR/09-ansible/syslog-cli.yml
	nouveau fichier : sio2/SISR/09-ansible/syslog.yml
	nouveau fichier : sio2/SISR/09-ansible/web.yml
2024-10-11 11:29:28 +02:00

23 lines
437 B
YAML

---
- hosts: web
tasks:
- name: installation de apache2
apt:
name: apache2
state: present
- name: installation de php
apt:
name: php
state: present
- name: installation de php-mbstring
apt:
name: php-mbstring
state: present
- name: inserer un fichier index.html dans /var/www/html
template:
src: index.html
dest: /var/www/html/