2
0

more variables

This commit is contained in:
2020-05-05 22:55:19 +02:00
parent 07d02ae9cd
commit 1c6027864a
5 changed files with 19 additions and 7 deletions

View File

@@ -0,0 +1 @@
<h1>hello World this is {{ servername}}</h1>

View File

@@ -1,6 +1,7 @@
<VirtualHost *:{{ http_port }}>
ServerName {{ servername }}
ServerAlias {{ serveralias }}
ServerAlias {{ inventory_hostname }}
DocumentRoot {{ documentroot }}
CustomLog {{ accesslog }} combined
ErrorLog {{ errorlog }}