ansible-roles/packweb-apache
Ludovic Poujol 56c064d86b
All checks were successful
continuous-integration/drone/push Build is passing
Update 'packweb-apache/meta/main.yml'
Quick hot-fix : Add dependency for php 7.4 to packweb-apache
2021-05-19 16:33:51 +02:00
..
defaults packweb-apache: Automagically bootstrap the multiphp containers 2020-04-01 17:17:00 +02:00
files (fix) packweb-apache: Fix a regression introduced by bd63e7037f 2020-04-08 18:10:54 +02:00
handlers WIP: More things done for packweb... 2017-07-03 17:56:59 +02:00
meta Update 'packweb-apache/meta/main.yml' 2021-05-19 16:33:51 +02:00
tasks Improve Ansible syntax 2021-05-09 23:06:42 +02:00
templates packweb-apache: fix backports for phpmyadmin 2021-05-04 16:43:48 +02:00
README.md packweb-apache can use MySQL from Oracle. 2018-02-28 17:25:47 +01:00

packweb-apache

Install the web pack, with Apache.

Tasks

See tasks/main.yml.

Available variables

Main variables are :

  • packweb_enable_evoadmin_vhost : enable VirtualHost for evoadmin (web interface to create web accounts)
  • packweb_mysql_variant: which Variant to use for MySQL (debian or oracle, default: debian)

The full list of variables (with default values) can be found in defaults/main.yml.