Templates for provisioners stored in db #1825
Answered
by
tashian
PavanKumar-MSK
asked this question in
Q&A
-
How can I add templates to the provisioners defined in the db? |
Beta Was this translation helpful? Give feedback.
Answered by
tashian
May 8, 2024
Replies: 1 comment 1 reply
-
You can use There is also a Does this help? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PavanKumar-MSK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
--x509-template=file
and provide a template file as input.There is also a
--x509-template-data=file
which allows you to set variables that will be used in the template of the provisioner. This is helpful if you to share use one template across many provisioners, but with subtle changes to one or more values.Does this help?