ajout doku

This commit is contained in:
mathis 2022-10-13 10:14:22 +02:00
parent 471645b66e
commit f66fc1b4e4
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- hosts: all
roles:
- web
- doku

View File

@ -0,0 +1,7 @@
- name: recuperation dokuwiki-stable.tgz depuis machine depl
get_url:
url: http://depl/store/dokuwiki-stable.tgz
dest: /tmp
- name: Extraction archive
unarchive:

View File

@ -0,0 +1,9 @@
- name: installation apache2 php php-gd php-mbstring php-string php-xml
apt:
name:
- apache2
- php
- php-gd
- php-mbstring
- php-xml
state: present