summaryrefslogtreecommitdiffstats
path: root/run-playbook-only.json
diff options
context:
space:
mode:
authorJonathan Bauer2017-09-20 17:08:14 +0200
committerJonathan Bauer2017-09-20 17:08:14 +0200
commit4106fac5c585aa3cfeaf86e836151bcfc7730eda (patch)
tree6b4ccb62bcf3f466f11291c45400e59d35284b05 /run-playbook-only.json
parentadd skeleton setup-bwlp role (diff)
downloadansible-dracut-4106fac5c585aa3cfeaf86e836151bcfc7730eda.tar.gz
ansible-dracut-4106fac5c585aa3cfeaf86e836151bcfc7730eda.tar.xz
ansible-dracut-4106fac5c585aa3cfeaf86e836151bcfc7730eda.zip
fix qemu builder images default 40g size
Diffstat (limited to 'run-playbook-only.json')
-rw-r--r--run-playbook-only.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-playbook-only.json b/run-playbook-only.json
index ab52fc5..2079256 100644
--- a/run-playbook-only.json
+++ b/run-playbook-only.json
@@ -9,6 +9,7 @@
"output_directory": "output-{{ user `image_dir` }}",
"vm_name": "{{ user `vm_name` }}",
"disk_image": "true",
+ "disk_size": "{{ user `disk_size` }}",
"format": "qcow2",
"headless": "{{ user `headless` }}",
"ssh_timeout": "{{ user `ssh_timeout` }}",