Skip to content

Commit

Permalink
Update role API for assemble_template (#183)
Browse files Browse the repository at this point in the history
Signed-off-by: Webster Mudge <[email protected]>
  • Loading branch information
wmudge committed Dec 21, 2023
1 parent 899bafe commit 6446141
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions roles/assemble_template/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
argument_specs:
main:
short_description: "Discover and render files into a cluster template"
description: |
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]>"
description:
- 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:
description: "Path to the directory containing fragment files for the cluster template"
Expand Down

0 comments on commit 6446141

Please sign in to comment.