quocvu.python-archlinux
python-archlinux
This is a role for setting up Python and its tools on an ArchLinux host. It includes Python 3, virtualenv, pip, and setuptools. You can also choose to install Python 2.
Requirements
- Ansible
- Internet connection
Role Variables
install_python2
: Choose whether to install Python 2 (true/false).python_default_version
: Set the default Python version (either python3 or python2).python2_modules
: Specify which modules to install with Python 2.python3_modules
: Specify which modules to install with Python 3.python2_popular_modules
: List of popular modules to install with Python 2.python3_popular_modules
: List of popular modules to install with Python 3.
Dependencies
None
Example Playbook
To install Python and its tools, include this in your playbook:
- hosts: servers
roles:
- { role: quocvu.python-archlinux }
License
MIT
Author Information
Quoc Vu
Informazioni sul progetto
A role to instal Python and Python's goodies into an ArchLinux host. That include python3, virtualenv, pip, and setuptools. Optionally install the same set for python2
Installa
ansible-galaxy install quocvu.python-archlinux
Licenza
mit
Download
71
Proprietario