summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-08-21 11:27:49 +0200
committerJonathan Bauer2018-08-21 11:27:49 +0200
commit59eadd6cc7a69c3f50882df81ed89ea78b77251f (patch)
treec51f94c10084ab5bb8bfefc2d73aec485b28df3b
parent[ubuntu-17.10] update to ubuntu 17.10.1 (diff)
downloadpacker-templates-59eadd6cc7a69c3f50882df81ed89ea78b77251f.tar.gz
packer-templates-59eadd6cc7a69c3f50882df81ed89ea78b77251f.tar.xz
packer-templates-59eadd6cc7a69c3f50882df81ed89ea78b77251f.zip
[ubuntu-18.04] update to 18.04.1
-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` }}"
}]
}