Skip to content

MicicFilip/Vagrant-Ansible-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Vagrant/Ansible/Python Example

How to run the development environment:

  1. cd env && vagrant up - Start the Vagrant virtual machine
  2. vagrant ssh - Log in to the virtual machine
  3. sudo apt install python-pip - Installs the pip module
  4. sudo pip install ansible - Install Ansible
  5. ansible-playbook ~/simple_python_application/env/configure-vagrant.yml - Run the configuration

The application should be available on http://localhost:8080

FAQ

Unsupported locale setting:

  1. export LC_ALL="en_US.UTF-8"
  2. export LC_CTYPE="en_US.UTF-8"
  3. sudo dpkg-reconfigure locales - Than press Enter twice

About

Simple example of combining Vagrant/Ansible/Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages