Skip to content

tkellen/ansible-vagrant-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-ansible

A super simple example.

Setup

Install the following:

  • VirtualBox (download)
  • Vagrant (download)
  • Ansible
    • pip install ansible via pip (All Platforms)
    • brew install ansible via homebrew (OSX)
    • apt-get/yum install ansible (Linux)

Then run vagrant up.

FAQ

Vagrant threw an error about ssh/ansible during vagrant up

This happens occasionally when Ansible tries to provision the box before the network interface is initialized. Try running vagrant provision manually after vagrant up completes.

About

A super basic example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published