mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-05 01:20:18 +01:00
10 lines
159 B
YAML
10 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
|