2012-03-14 00:19:54 +01:00
|
|
|
# This is a very simple Jinja2 template representing an imaginary configuration file
|
|
|
|
# for an imaginary app.
|
|
|
|
|
2012-07-14 18:24:19 +02:00
|
|
|
# this is an example of loading a fact from the setup module
|
|
|
|
system={{ ansible_system }}
|
|
|
|
|
|
|
|
# here is a variable that could be set in a playbook or inventory file
|
2012-03-14 00:19:54 +01:00
|
|
|
http_port={{ http_port }}
|
2012-07-14 18:24:19 +02:00
|
|
|
|
|
|
|
|