Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
fcaf22c0
Commit
fcaf22c0
authored
Nov 27, 2015
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add variables
parent
d9520b21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
18 deletions
+32
-18
windows_2016.json
windows_2016.json
+16
-9
windows_2016_docker.json
windows_2016_docker.json
+16
-9
No files found.
windows_2016.json
View file @
fcaf22c0
...
...
@@ -3,12 +3,12 @@
{
"type"
:
"vmware-iso"
,
"communicator"
:
"winrm"
,
"iso_url"
:
"
https://aka.ms/tp4/serveriso
"
,
"iso_checksum_type"
:
"
md5
"
,
"iso_checksum"
:
"
935ba77651210bd1bd71a114c92b0caa
"
,
"iso_url"
:
"
{{user `iso_url`}}
"
,
"iso_checksum_type"
:
"
{{user `iso_checksum_type`}}
"
,
"iso_checksum"
:
"
{{user `iso_checksum`}}
"
,
"headless"
:
false
,
"boot_wait"
:
"6m"
,
"boot_command"
:
[
"
<tab>
<enter>"
],
"boot_command"
:
[
"
{{user `product_key`}}
<enter>"
],
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"6h"
,
...
...
@@ -39,12 +39,12 @@
{
"type"
:
"virtualbox-iso"
,
"communicator"
:
"winrm"
,
"iso_url"
:
"
https://aka.ms/tp4/serveriso
"
,
"iso_checksum_type"
:
"
md5
"
,
"iso_checksum"
:
"
935ba77651210bd1bd71a114c92b0caa
"
,
"iso_url"
:
"
{{user `iso_url`}}
"
,
"iso_checksum_type"
:
"
{{user `iso_checksum_type`}}
"
,
"iso_checksum"
:
"
{{user `iso_checksum`}}
"
,
"headless"
:
false
,
"boot_wait"
:
"6m"
,
"boot_command"
:
[
"
<tab>
<enter>"
],
"boot_command"
:
[
"
{{user `product_key`}}
<enter>"
],
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"6h"
,
...
...
@@ -108,5 +108,12 @@
"output"
:
"windows_2016_{{.Provider}}.box"
,
"vagrantfile_template"
:
"vagrantfile-windows_2016.template"
}
]
],
"variables"
:
{
"iso_url"
:
"https://aka.ms/tp4/serveriso"
,
"iso_checksum_type"
:
"md5"
,
"iso_checksum"
:
"935ba77651210bd1bd71a114c92b0caa"
,
"autounattend"
:
"./answer_files/2016/Autounattend.xml"
,
"product_key"
:
"<tab>"
}
}
windows_2016_docker.json
View file @
fcaf22c0
...
...
@@ -3,12 +3,12 @@
{
"type"
:
"vmware-iso"
,
"communicator"
:
"winrm"
,
"iso_url"
:
"
https://aka.ms/tp4/serveriso
"
,
"iso_checksum_type"
:
"
md5
"
,
"iso_checksum"
:
"
935ba77651210bd1bd71a114c92b0caa
"
,
"iso_url"
:
"
{{user `iso_url`}}
"
,
"iso_checksum_type"
:
"
{{user `iso_checksum_type`}}
"
,
"iso_checksum"
:
"
{{user `iso_checksum`}}
"
,
"headless"
:
false
,
"boot_wait"
:
"6m"
,
"boot_command"
:
[
"
<tab>
<enter>"
],
"boot_command"
:
[
"
{{user `product_key`}}
<enter>"
],
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"6h"
,
...
...
@@ -39,12 +39,12 @@
{
"type"
:
"virtualbox-iso"
,
"communicator"
:
"winrm"
,
"iso_url"
:
"
https://aka.ms/tp4/serveriso
"
,
"iso_checksum_type"
:
"
md5
"
,
"iso_checksum"
:
"
935ba77651210bd1bd71a114c92b0caa
"
,
"iso_url"
:
"
{{user `iso_url`}}
"
,
"iso_checksum_type"
:
"
{{user `iso_checksum_type`}}
"
,
"iso_checksum"
:
"
{{user `iso_checksum`}}
"
,
"headless"
:
false
,
"boot_wait"
:
"6m"
,
"boot_command"
:
[
"
<tab>
<enter>"
],
"boot_command"
:
[
"
{{user `product_key`}}
<enter>"
],
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"6h"
,
...
...
@@ -121,5 +121,12 @@
"output"
:
"windows_2016_docker_{{.Provider}}.box"
,
"vagrantfile_template"
:
"vagrantfile-windows_2016_docker.template"
}
]
],
"variables"
:
{
"iso_url"
:
"https://aka.ms/tp4/serveriso"
,
"iso_checksum_type"
:
"md5"
,
"iso_checksum"
:
"935ba77651210bd1bd71a114c92b0caa"
,
"autounattend"
:
"./answer_files/2016/Autounattend.xml"
,
"product_key"
:
"<tab>"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment