premier commit ap4

This commit is contained in:
root
2022-02-07 15:48:20 +01:00
commit 5d2b6c6660
4 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
- name: installation apache2
apt:
name: apache2
state: present
- name: installation php
apt:
name: php7.4
state: present
- name: installation php-mbstring
apt:
name: php-mbstring
state: present
- name: installation php-gd
apt:
name: php-gd
state: present
- name: installation php-xml
apt:
name: php7.4-xml
state: present
- name: Installation de adminer
apt:
name: adminer
state: present