mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-18 15:30:19 +01:00
8 lines
145 B
YAML
8 lines
145 B
YAML
|
---
|
||
|
apache_vhosts_version: "2.4"
|
||
|
apache_ports_configuration_items:
|
||
|
- {
|
||
|
regexp: "^Listen ",
|
||
|
line: "Listen {{ apache_listen_port }}"
|
||
|
}
|