Created
November 19, 2020 22:29
-
-
Save mikedep333/682b75809812f918974c4e5eb2a526f7 to your computer and use it in GitHub Desktop.
pulp_installer vagrant custom box with disk_size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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