mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-14 01:10:20 +01:00
10 lines
215 B
YAML
10 lines
215 B
YAML
---
|
|
apache_enablerepo: ""
|
|
|
|
apache_listen_port: 80
|
|
|
|
apache_create_vhosts: true
|
|
|
|
apache_vhosts:
|
|
# Additional properties: 'serveradmin, extra_parameters'.
|
|
- {servername: "local.dev", documentroot: "/var/www/html"}
|