ansible-roles/packweb-apache
Mathieu Trossevin 738f2682b0
packweb-apache: Use $SUDO_USER when possible in phpContainer
And rollback to $LOGNAME when it isn't.

This remove the need to add $LOGNAME to env_keep in the sudoers file.

The $SUDO_USER variable is automatically set by sudo when it is used to
the user who used it so it fullfill the same role as $LOGNAME do in
phpContainer.
2021-11-03 17:40:13 +01:00
..
defaults packweb-apache: Automagically bootstrap the multiphp containers 2020-04-01 17:17:00 +02:00
files packweb-apache: Use $SUDO_USER when possible in phpContainer 2021-11-03 17:40:13 +01:00
handlers WIP: More things done for packweb... 2017-07-03 17:56:59 +02:00
meta packweb-apache : Support php 8.0 2021-10-18 18:30:47 +02:00
tasks Improve Ansible syntax 2021-05-09 23:06:42 +02:00
templates packweb-apache: install phpMyAdmin from buster-backports 2021-07-02 21:18:06 +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.