Compare commits

..

3 Commits

Author SHA1 Message Date
tl
e8ed8cf37d correction bug 2021-01-18 11:08:24 +01:00
tl
f366b0c566 adapt bug 2021-01-18 10:53:11 +01:00
tl
9b287db7a5 ajout mariadb-server 2021-01-18 10:34:34 +01:00
3 changed files with 2 additions and 8 deletions

View File

@ -6,9 +6,9 @@
apt: name={{ item }} state=present apt: name={{ item }} state=present
with_items: with_items:
- apache2 - apache2
- mysql-server - mariadb-server
- php-mysql - php-mysql
- php - php
- libapache2-mod-php - libapache2-mod-php
# - php-mcrypt - php-mcrypt
- python-mysqldb - python-mysqldb

View File

@ -3,9 +3,6 @@
connection: local connection: local
roles: roles:
- apache2
- php-fpm
- mysql
- base - base
- s-lb-web-ab - s-lb-web-ab
- snmp-agent - snmp-agent

View File

@ -3,9 +3,6 @@
connection: local connection: local
roles: roles:
- apache2
- php-fpm
- mysql
- base - base
- s-lb-web-ab - s-lb-web-ab
- snmp-agent - snmp-agent