ansible-config_template/doc/source/actions/config_template.rst
Jimmy McCrory 5202eb38dd [DOCS] Add docs for plugins
Add basic information and examples for the action, callback, filter, and
lookup plugins provided by this repo.

Partial-Bug: 1579091
Change-Id: If7cea759bb790c6f6d266eff560ac7a67309219d
2017-02-16 03:44:24 -08:00

833 B

config_template

Synopsis

Renders template files providing a create/update override interface

  • The module contains the template functionality with the ability to override items in config, in transit, through the use of a simple dictionary without having to write out various temp files on target machines. The module renders all of the potential jinja a user could provide in both the template file and in the override dictionary which is ideal for deployers who may have lots of different configs using a similar code base.
  • The module is an extension of the copy module and all of attributes that can be set there are available to be set here.

Examples

../../../library/config_template