Compare commits

...

2 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
2 changed files with 4 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

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