Skip to content

A quick display of using Ansible with a disposable VM via Vagrant.

License

Notifications You must be signed in to change notification settings

jeinnovate/vagrant-ansible-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Ansible Demo

A quick display of using Ansible with a disposable VM via Vagrant.

This should be easy and consistent to replicate on a variety of development environments.

Dependencies

  • VirtualBox
  • Vagrant
  • Ansible

Install using package managers on your respective OS or see dependency sites for details.

Getting the code

git clone https://github.com/jeinnovate/vargant-ansible-demo.git

Creating

vagrant up

You should now be able to see “It works!” at http://localhost:8000/.

Accessing

vagrant ssh

Testing Changes

You can modify the playbook.yml and Vagrantfile to test.

vagrant provision

Destorying

vagrant destroy

About

A quick display of using Ansible with a disposable VM via Vagrant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published