2
0

mise au point ex variable 2

This commit is contained in:
2018-09-28 13:31:05 +02:00
parent 9a2d09cb70
commit 8bcc522009
5 changed files with 36 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ Role Name
Rôle de deploiement apache sur une centos.
1 seul vhost
more than 1 vhost per host
Requirements
------------
@@ -14,11 +14,15 @@ Role Variables
--------------
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
Hosts variables
--------------
apache_vhosts:
- 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
Dependencies
------------