/ansible-role-vagrant-python-dev

An Ansible role for a Vagrant-based Python development setup.

Primary LanguageMakefileMIT LicenseMIT

ansible-role-vagrant-python-dev Build Status

An Ansible role for a Vagrant-based Python development setup.

Available on Ansible Galaxy at naftulikay.vagrant-python-dev.

Requirements

A Vagrant machine running a supported operating system.

Role Variables

python_version
The version of Python to install.
vagrant_user
The username of the Vagrant user, defaults to vagrant

Please see the upstream naftulikay.vagrant-base and naftulikay.python-dev roles for additional supported variables.

Dependencies

Example Playbook

Install a Python development environment within the Vagrant machine:

---
- hosts: all
  roles:
    - role: vagrant-python-dev
      python_version: 2.7.13

LICENSE

MIT.