# vagrant-ignition **Repository Path**: mirrors_coreos/vagrant-ignition ## Basic Information - **Project Name**: vagrant-ignition - **Description**: A Vagrant plugin for providing Ignition Configs to VirtualBox virtual machines - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vagrant::Ignition A Vagrant plugin that generates and mounts gpt partitioned drive for Ignition to use. It is only designed to work with the Virtualbox provider for now. ## Installation Build the app using: $ gem build vagrant-ignition.gemspec And install it with: $ vagrant plugin install vagrant-ignition-0.0.3.gem ## Usage To use this plugin, a couple of config options must be set in a project's Vagrantfile config section. Options: `config.ignition.enabled`: Set to true to enable this plugin `config.ignition.path`: Set to the path of the base ignition config (can be nil if there is no base) `config.ignition.config_obj`: Set equal to `config.vm.provider :virtualbox` `config.ignition.drive_root`: Set to desired root directory of generated config drive (optional) `config.ignition.drive_name`: Set to desired filename of generated config drive (optional) `config.ignition.hostname`: Set to desired hostname of the machine (optional) `config.ignition.ip`: Set to desired ip of eth1 (only applies if a private network is being created) ## Contributing Bug reports are welcome at https://issues.coreos.com/.