2021-01-04 22:49:46 +01:00

21 lines
468 B
YAML

---
- name: Install apache2 php php5-mysql
apt:
name:
- apache2
- php
- php-mysql
state: present
- name: copie exports pour partage nfs wordpress
copy: src=compter.bash dest=/root
- name: Changement de permission pour compter.bash
shell: chmod a+x /root/compter.bash
#- name: Envoi d'index dans /var/www/
# copy: src=index.html dest=/var/www/
#- name: Install glusterfs client
# apt: pkg=glusterfs-client state=present update_cache=yes