mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-18 07:20:19 +01:00
Remove unnecessary file
This commit is contained in:
parent
f7f52740f0
commit
a75830dd12
3 changed files with 0 additions and 31 deletions
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
apache_daemon: apache2
|
||||
apache_server_root: /etc/apache2
|
||||
apache_conf_path: /etc/apache2/sites-enabled
|
||||
apache_packages:
|
||||
- apache2
|
||||
- apache2-mpm-prefork
|
||||
- apache2-utils
|
||||
- apache2.2-bin
|
||||
- apache2.2-common
|
||||
apache_vhosts:
|
||||
- {servername: "local.dev", documentroot: "/var/www"}
|
||||
apache_mods_enabled:
|
||||
- rewrite.load
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
apache_daemon: httpd
|
||||
apache_server_root: /etc/httpd
|
||||
apache_conf_path: /etc/httpd/conf.d
|
||||
apache_packages:
|
||||
- httpd
|
||||
- httpd-devel
|
||||
- mod_ssl
|
||||
- openssh
|
||||
apache_vhosts:
|
||||
- {servername: "local.dev", documentroot: "/var/www/html"}
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
apache_enablerepo: ""
|
||||
|
||||
apache_listen_port: 80
|
||||
|
||||
apache_create_vhosts: true
|
Loading…
Reference in a new issue