Thanks to visit codestin.com
Credit goes to github.com

Skip to content

smehan/ansible-role-compile-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Compile Python3

Fetches a specified Python source tarball, installs it into a specified build directory, installs required dependencies, configures, makes and installs the resulting python3. Currently it defaults to Python 3.8.0 if none is specified.

Build Status

Requirements

None.

Role Variables

See defaults/main.yml

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - { role: smehan.compile-python3 }

License

MIT

Contributions

To contribute please see Contributing

Contributers to date are as follows:

  • pythonninja (fork deleted before I processed PR, constitutes bulk of 1-5-0)

Author Information

This role was created in 2017 by Shawn Mehan.

About

Ansible role that complies and installs a python3 from source.

Resources

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors