2
0
Files
SIB_Exercices/17.1_variable/myapache/defaults/main.yml

7 lines
246 B
YAML

---
# defaults file for myapache
http_port: 80
apache_documentroot: "/var/www/html/{{ apache_servername }}"
apache_accesslog: "/var/log/httpd/access_{{ apache_servername }}_log"
apache_errorlog: "/var/log/httpd/error_{{ apache_servername }}_log"