quocvu.python-archlinux
python-archlinux
Eine Rolle zur Installation von Python und dessen Erweiterungen auf einem ArchLinux-Host. Das umfasst python3, virtualenv, pip und setuptools. Optional kann das gleiche Set auch für python2 installiert werden.
Voraussetzungen
Ansible und eine Internetverbindung
Rollenvariablen
install_python2
ob die Python-Version 2 installiert werden soll (wahr/falsch)python_default_version
setzt die Standardversion von Python (python3 oder python2)python2_modules
Liste der Module, die mit python2 installiert werden sollenpython3_modules
Liste der Module, die mit python3 installiert werden sollenpython2_popular_modules
Liste beliebter Module, die mit python2 installiert werden sollenpython3_popular_modules
Liste beliebter Module, die mit python3 installiert werden sollen
Abhängigkeiten
Keine
Beispiel-Playbook
Um Python und dessen Werkzeuge zu installieren, füge Folgendes in dein Playbook ein:
- hosts: servers
roles:
- { role: quocvu.python-archlinux }
Lizenz
MIT
Autorinformationen
Quoc Vu
Über das Projekt
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
Installieren
ansible-galaxy install quocvu.python-archlinux
Lizenz
mit
Downloads
71
Besitzer