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