Skip to content

ian-kent/packer-ansible-centos-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CentOS 6.5 minimal with Ansible

Packer build for VirtualBox CentOS 6.5 minimal with Ansible install.

Current box file is available on DropBox:

https://dl.dropboxusercontent.com/u/134749023/CentOS/centos65-ansible.box

Vagrant quickstart

Use Vagrant on Windows to provision using Ansible:

vagrant init ansible https://dl.dropboxusercontent.com/u/134749023/CentOS/centos65-ansible.box
vagrant up

Then run ansible commands using SSH:

vagrant ssh -c ansible -- -n

(The -- -n at the end prevents Windows related errors)

About

CentOS 6.5 minimal packer build with ansible install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages