mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
9 lines
159 B
YAML
9 lines
159 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
|