-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changes to run ansible.builtin.template locally (#170)
* Add changes to run a.b.template locally * Add update to documentation Signed-off-by: rsuplina <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,8 @@ argument_specs: | |
Discovers fragment files in a specified directory, loops through fragment files | ||
rendering them through M(ansible.builtin.template), places them in a temporary directory, | ||
and then assembles a single, final cluster template. | ||
Fragment files must be located on the Ansible controller since M(ansible.builtin.template) only executes on the controller. | ||
This ensures that the template processing occurs on the Ansible controller machine. | ||
author: "Ronald Suplina <[email protected]>" | ||
options: | ||
cluster_template_fragments_directory: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters