Skip to content

Pythonをセットアップするロールです

License

Notifications You must be signed in to change notification settings

histudy/ansible-role-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python

Pythonの基本パッケージをインストールします。

Role Variables

変数名 内容
python_packages Pythonの基本パッケージを設定します

python_packages

Pythonの基本パッケージを設定します。

Example

python_packages:
  - python-setuptools
  - python-pip
  - python-dev

Example Playbook

- hosts: servers
  roles:
     - { role: python }

License

MIT

About

Pythonをセットアップするロールです

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages