diff --git a/ansible/group_vars/dev.yml b/ansible/group_vars/dev.yml index 4e52bff..19c3b01 100644 --- a/ansible/group_vars/dev.yml +++ b/ansible/group_vars/dev.yml @@ -4,15 +4,11 @@ apache_vhosts: - servername: webcron.test documentroot: /mnt/dev-root/public - extra_parameters: | - SuexecUserGroup vagrant vagrant apache_packages: - apache2 - apache2-utils - - apache2-suexec-pristine apache_mods_enabled: - rewrite.load - - suexec.load - headers.load - proxy.load - proxy_fcgi.load @@ -35,4 +31,4 @@ php_opcache_max_wasted_percentage: "5" php_opcache_validate_timestamps: "1" php_opcache_revalidate_path: "0" php_opcache_revalidate_freq: "1" -php_opcache_max_file_size: "0" \ No newline at end of file +php_opcache_max_file_size: "0" diff --git a/vagrant-hosts.yml b/vagrant-hosts.yml index cf7cb8c..2ca6f5d 100644 --- a/vagrant-hosts.yml +++ b/vagrant-hosts.yml @@ -14,8 +14,8 @@ dest: /mnt/dev-root options: :create: true - :owner: vagrant - :group: vagrant + :owner: www-data + :group: www-data :mount_options: ['dmode=0755', 'fmode=0755'] # Example of a more elaborate host definition