Skip to content

brydoncheyney/centos-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Centos 7 Desktop

Provisioning a Centos 7 Desktop using Packer, Vagrant, Virtualbox and Ansible

Usage

Build and package the centos-7-desktop box

packer build centos-7-desktop.json

or run the including script

./build

This will generate a box file in the ./builds folder.

Install the box

vagrant box add --force --name centos-7-desktop builds/virtualbox-centos-7-desktop.box

Start the box (without running the ansible provisioner)

vagrant up --no-provision

Modifications to the ansible roles can be tested by provisioning the vagrant machine

vagrant provision

About

Provisioning a Centos 7 Desktop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published