Removed apache mod_php

This commit is contained in:
Ivan Grynenko 2016-07-06 10:04:52 +10:00
parent 10305ac7d7
commit acf9561aad

View file

@ -64,6 +64,12 @@ apache_create_vhosts: true
apache_vhosts_filename: "vhosts.conf"
apache_remove_default_vhost: false
apache_state: started
apache_mods_enabled:
- rewrite.load
- ssl.load
apache_mods_disabled:
- php
- php7
apache_vhosts_ssl: []
apache_vhosts:
- servername: "www.{{ server_hostname }}"