Compare commits

...

3 Commits

Author SHA1 Message Date
tl
9b287db7a5 ajout mariadb-server 2021-01-18 10:34:34 +01:00
tl
ccd153fbb6 adapt s-lb-web2 2021-01-18 10:23:06 +01:00
tl
105b85cc53 adaptation wordpress et mysql 2021-01-18 09:55:14 +01:00
3 changed files with 8 additions and 2 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,6 +3,9 @@
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,6 +3,9 @@
connection: local connection: local
roles: roles:
- apache2
- php-fpm
- mysql
- base - base
- s-lb-web-ab - s-lb-web-ab
- snmp-agent - snmp-agent