maj AP
This commit is contained in:
14
sio2/AP/apbase.yml
Normal file
14
sio2/AP/apbase.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: apbase
|
||||
hosts: web
|
||||
|
||||
- name: Installer les paquets apache2 php adminer
|
||||
apt:
|
||||
name:
|
||||
- apache2
|
||||
- php
|
||||
- adminer
|
||||
- php-mbstring
|
||||
- state: present
|
||||
|
||||
|
||||
Reference in New Issue
Block a user