mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-14 01:10:20 +01:00
11 lines
235 B
YAML
11 lines
235 B
YAML
---
|
|
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"}
|