template \- Templates a file out to a remote server.
."------DESCRIPTION
.SHDESCRIPTION
.PP
Templates are processed by the Jinja2 templating language (\fIhttp://jinja.pocoo.org/docs/\fR) - documentation on the template formatting can be found in the Template Designer Documentation (\fIhttp://jinja.pocoo.org/docs/templates/\fR).
."------OPTIONS
."
."
.SHOPTIONS
.IPdest
Location to render the template to on the remote machine.(required)
.IPsrc
Path of a Jinja2 formatted template on the local server. This can be a relative or absolute path.(required)
.IPbackup
Create a backup file including the timestamp information so you can get the original file back if you somehow clobbered it incorrectly.
.IRChoices:
yes,no. (default: no)
.IPothers
all arguments accepted by the \fIfile\fR module also work here."
."
."------NOTES
.SHNOTES
.PP
Since Ansible version 0.9, templates are loaded with \fCtrim_blocks=True\fR.