To mpm-itk
This commit is contained in:
parent
01763dfbe5
commit
f8a1f62d29
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user