Exercice: commit initial
This commit is contained in:
8
17.1_variable/myapache/vars/main.yml
Normal file
8
17.1_variable/myapache/vars/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# vars file for myapache
|
||||
http_port: 80
|
||||
servername: orsys.fr
|
||||
serveralias: "www.{{ servername }}"
|
||||
documentroot: /var/www/html/orsys.fr
|
||||
accesslog: /var/log/httpd/access_orsys.fr_log
|
||||
errorlog: /var/log/httpd/error_orsys.fr_log
|
||||
Reference in New Issue
Block a user