summaryrefslogtreecommitdiffstats
path: root/ubuntu-18.04-amd64.json
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu-18.04-amd64.json')
-rw-r--r--ubuntu-18.04-amd64.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/ubuntu-18.04-amd64.json b/ubuntu-18.04-amd64.json
index 5fa15c7..8af8c30 100644
--- a/ubuntu-18.04-amd64.json
+++ b/ubuntu-18.04-amd64.json
@@ -1,6 +1,6 @@
{
"variables": {
- "iso_url":"http://cdimage.ubuntu.com/releases/18.04/release/ubuntu-18.04-server-amd64.iso",
+ "iso_url":"http://cdimage.ubuntu.com/releases/18.04/release/ubuntu-18.04.1-server-amd64.iso",
"iso_checksum_url": "http://cdimage.ubuntu.com/releases/18.04/release/SHA256SUMS",
"iso_checksum_type": "sha256",
"vm_name": "ubuntu-18.04-amd64",
@@ -130,5 +130,10 @@
"memsize": "{{ user `memory` }}",
"numvcpus": "{{ user `cpus` }}"
}
+ }],
+ "provisioners": [{
+ "type": "ansible",
+ "playbook_file": "{{ user `playbook` }}",
+ "extra_arguments": "{{ user `extra_ansible_args` }}"
}]
}