Skip to content

Instantly share code, notes, and snippets.

@mikedep333
Created November 19, 2020 22:29
Show Gist options
  • Select an option

  • Save mikedep333/682b75809812f918974c4e5eb2a526f7 to your computer and use it in GitHub Desktop.

Select an option

Save mikedep333/682b75809812f918974c4e5eb2a526f7 to your computer and use it in GitHub Desktop.
pulp_installer vagrant custom box with disk_size
# pulp_installer.git/vagrant/boxes.d/99-local.yaml
#
# Copied from 20-sandbox.yaml, keep most variables in sync manually
# Added disk_size
pulp3-sandbox-centos8-bigdisk:
box_name: 'centos/82'
box_url: 'https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-Vagrant-8.2.2004-20200611.2.x86_64.vagrant-libvirt.box'
memory: 4096
ansible:
playbook: "vagrant/playbooks/user-sandbox.yml"
galaxy_role_file: "requirements.yml"
disk_size: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment