Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
Remove Ansible after box build completes, increase disk_size to 80 GB.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Aug 3, 2015
1 parent 999615d commit 24171ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions scripts/cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash -eux

# Uninstall Ansible and remove PPA.
apt-get -y remove --purge ansible
apt-add-repository --remove ppa:ansible/ansible
apt-get update

# Delete unneeded files.
rm -f /home/vagrant/*.sh

Expand Down
4 changes: 2 additions & 2 deletions ubuntu1404.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"<enter>"
],
"boot_wait": "10s",
"disk_size": 20480,
"disk_size": 81920,
"guest_os_type": "Ubuntu_64",
"headless": true,
"http_directory": "http",
Expand Down Expand Up @@ -88,7 +88,7 @@
"<enter>"
],
"boot_wait": "10s",
"disk_size": 20480,
"disk_size": 81920,
"guest_os_type": "ubuntu-64",
"headless": true,
"http_directory": "http",
Expand Down

0 comments on commit 24171ff

Please sign in to comment.