https://github.com/naftulikay/ansible-role-vagrant-python-dev
An Ansible role for a Vagrant-based Python development setup.
https://github.com/naftulikay/ansible-role-vagrant-python-dev
ansible python vagrant
Last synced: 2 months ago
JSON representation
An Ansible role for a Vagrant-based Python development setup.
- Host: GitHub
- URL: https://github.com/naftulikay/ansible-role-vagrant-python-dev
- Owner: naftulikay
- License: mit
- Created: 2017-08-06T22:27:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T22:53:46.000Z (over 8 years ago)
- Last Synced: 2025-01-29T23:43:02.022Z (over 1 year ago)
- Topics: ansible, python, vagrant
- Language: Makefile
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-role-vagrant-python-dev [![Build Status][travis.svg]][travis]
An Ansible role for a Vagrant-based Python development setup.
Available on Ansible Galaxy at [`naftulikay.vagrant-python-dev`][galaxy].
## 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`][vagrant-base] and [`naftulikay.python-dev`][python-dev] roles for
additional supported variables.
## Dependencies
- [`naftulikay.vagrant-base`][vagrant-base]: Provides base Vagrant configuration.
- [`naftulikay.python-dev`][python-dev]: Provides a basic Python development environment.
## 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.
[travis]: https://travis-ci.org/naftulikay/ansible-role-vagrant-python-dev
[travis.svg]: https://travis-ci.org/naftulikay/ansible-role-vagrant-python-dev.svg?branch=master
[galaxy]: https://galaxy.ansible.com/naftulikay/vagrant-python-dev/
[vagrant-base]: https://galaxy.ansible.com/naftulikay/vagrant-base/
[python-dev]: https://galaxy.ansible.com/naftulikay/python-dev/