ansible-config_template/releasenotes/notes/add-remote_src-option-6418d4e5552cb88c.yaml
Kevin Carter 73aa099f0a Add option to use a remote source
The config template action plugin assumes that the local node is
supplying a configuration file that will be used to copy content
to a target node. This change gives the module the ability to
change configuration files on target nodes using all remote
sources. The new boolean option, `remote_src` has been added to
enable or disable this functionality. When enabled, the module
will retrieve content from the target node and load it as
"user_content". By pre-loading it in the user content the
module will function normally without any major structural
changes or performance impact.

Change-Id: Id9c7e16fb935c2da0b32b7cf53449f68bd1e9c89
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2019-07-09 16:19:08 +00:00

6 lines
228 B
YAML

---
features:
- The ability to set `remote_src` has been added to the `config_template`
action plugin. This option will instruct the `config_template` action
plugin to use an already remote file as its source content.