more variables
This commit is contained in:
1
17.1_variable/myapache/templates/index.html
Normal file
1
17.1_variable/myapache/templates/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<h1>hello World this is {{ servername}}</h1>
|
||||
@@ -1,6 +1,7 @@
|
||||
<VirtualHost *:{{ http_port }}>
|
||||
ServerName {{ servername }}
|
||||
ServerAlias {{ serveralias }}
|
||||
ServerAlias {{ inventory_hostname }}
|
||||
DocumentRoot {{ documentroot }}
|
||||
CustomLog {{ accesslog }} combined
|
||||
ErrorLog {{ errorlog }}
|
||||
|
||||
Reference in New Issue
Block a user