Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update role API for assemble_template #183

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <rsuplina@cloudera.com>"
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 <rsuplina@cloudera.com>"
options:
cluster_template_fragments_directory:
description: "Path to the directory containing fragment files for the cluster template"
Expand Down