Skip to content

slothai/ansible-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible setup example

Requirements

  • VirtualBox - open-source hypervisor to create virtual machines
  • Vagrant - command line tool to manage virtual machines
  • [Optional] NFS support (not supported on Windows) to share folders: sudo apt-get install nfs-kernel-server. See also GitHub discussion
  • Python3 with venv (you sould be able to run python3 -m venv venv) or python2 with virtualenv or Ansible
  • Install ansible playbook requirements: make install or ansible-galaxy install --force --role-file=requirements.yml

About

Example Ansible + Vagrant + VirtualBox setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published