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: apache_vhosts:
- servername: webcron.test - servername: webcron.test
documentroot: /mnt/dev-root/public documentroot: /mnt/dev-root/public
extra_parameters: |
AssignUserId vagrant vagrant
apache_packages: apache_packages:
- apache2 - apache2
- apache2-utils - apache2-utils
- libapache2-mpm-itk
apache_mods_enabled: apache_mods_enabled:
- rewrite.load - rewrite.load
- headers.load - headers.load

View File

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