Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Python

CI

Installs python and global python packages.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

python_versions: []

Python versions you would like to make sure are installed by pyenv.

python_pip_global_packages: []

Global PIP packages you would like to make sure are installed.

Dependencies

Example Playbook

- hosts: localhost
  roles:
    - { role: kadaan.python, python_execute: true }

License

Apache 2.0

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors