Skip to content

Basic vagrant configuration for a CentOS VM using virtualbox

Notifications You must be signed in to change notification settings

jkupersmith/vagrant-centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-centos

Basic vagrant configuration for a CentOS VM.

Requirements

Getting Started

Read the Vagrant documentation.

Clone the git repo

git clone [email protected]:jakup/vagrant-centos.git

Run vagrant up

cd vagrant-centos
vagrant up

Modular file based provisioning scripts

Vagrant supports many types of provisioners. This project uses a simple file based approach.

  • Any files in vagrant.d/root-enabled with a filename matching *.sh will be executed after the VM starts up as a privileged user.
  • Any files in vagrant.d/user-enabled with a filename matching *.sh will be executed after the VM starts up as the vagrant user.

I have placed scripts for several applications that I commonly use in vagrant.d/root-available and most scripts that I most always have enabled are already symlinked in vagrant.d/root-enabled.

About

Basic vagrant configuration for a CentOS VM using virtualbox

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages