Skip to content
Discussion options

You must be logged in to vote

Your welcome ;-)
See this tutorial for a quick introduction to variables: https://github.com/eryph-org/samples/blob/main/tutorial/tutorial-3.yaml or even the full tutorial https://github.com/eryph-org/samples/blob/main/tutorial/README.md

For your Windows machine you can just rebind the fodder variables of the starter like this:

name: winsrv
parent: dbosoft/winsrv2022-standard/starter

variables:
  - name: Username
    required: true
  - name: Password
    required: true
    secret: true

fodder:
 - source: gene:dbosoft/starter-food:win-starter
   variables:
     - name: AdminUsername
       value: "{{ Username }}"
     - name: AdminPassword
       value: "{{ Password }}"

This is actually …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by undeflnedCat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants