Compare commits

..

3 Commits

Author SHA1 Message Date
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
tl
ccd153fbb6 adapt s-lb-web2 2021-01-18 10:23:06 +01:00
3 changed files with 6 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
apt: name={{ item }} state=present
with_items:
- apache2
- mysql-server
- mariadb-server
- php-mysql
- php
- libapache2-mod-php

View File

@@ -6,6 +6,7 @@
- apache2
- php-fpm
- mysql
- wordpress
- base
- s-lb-web-ab
- snmp-agent

View File

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