mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
6 lines
163 B
YAML
6 lines
163 B
YAML
|
---
|
||
|
apache_listen_port: 80
|
||
|
apache_vhosts:
|
||
|
# Additional properties: 'serveradmin, extra_parameters'.
|
||
|
- {servername: "local.dev", documentroot: "/var/www/html"}
|