To mpm-itk

This commit is contained in:
Jeroen De Meerleer 2021-05-26 11:23:24 +02:00
parent 01763dfbe5
commit f8a1f62d29
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
2 changed files with 6 additions and 3 deletions

View File

@ -4,9 +4,12 @@
apache_vhosts:
- servername: webcron.test
documentroot: /mnt/dev-root/public
extra_parameters: |
AssignUserId vagrant vagrant
apache_packages:
- apache2
- apache2-utils
- libapache2-mpm-itk
apache_mods_enabled:
- rewrite.load
- headers.load

View File

@ -5,7 +5,7 @@
# <https://github.com/bertvv/ansible-skeleton>
---
- name: webcron.test
box: bento/ubuntu-18.04
box: bento/ubuntu-20.04
ip: 192.168.56.11
memory: 2048
cpus: 2
@ -14,8 +14,8 @@
dest: /mnt/dev-root
options:
:create: true
:owner: www-data
:group: www-data
:owner: vagrant
:group: vagrant
:mount_options: ['dmode=0755', 'fmode=0755']
# Example of a more elaborate host definition