Skip to content

ghoneycutt/learning-ansible-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-ansible-vagrant

===

Vagrant repo for learning Ansible

===

Usage

git clone https://github.com/ghoneycutt/learning-ansible-vagrant

cd learning-ansible-vagrant

for ((i=1;i<=3;i++)); do vagrant up node$i; done && vagrant up admin

vagrant ssh admin

Example ansible command

sudo ansible all -m ping

About

Vagrant system for learning Ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages