Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 696 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 696 Bytes

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