mdklatt.python

以下はPythonロールのREADMEです。

====== Python ====== .. |travis.png| 画像:: https://travis-ci.org/mdklatt/ansible-python-role.png?branch=master :alt: Travis CI ビルドステータス :target: travis_ .. _travis: https://travis-ci.org/mdklatt/ansible-python-role .. _Ansibleロール: http://docs.ansible.com/ansible/playbooks_roles.html#roles .. _Ansible Galaxy: https://galaxy.ansible.com/mdklatt/python

|travis.png|

Ansibleロール_ は、必要なPythonパッケージをインストールします。追加のパッケージは、各アプリケーションごとに virtualenv 環境で展開する必要があります。

このロールは Ansible Galaxy_ でも利用できます。

要求事項

ターゲットマシンにはPython 2.7がインストールされている必要があります。

依存関係

ロール変数

  • python_local: ローカルバイナリディレクトリ;システムによって異なります。

サンプルプレイブック

.. コード::

- hosts: all
  
  roles:
    - name: python
プロジェクトについて

Install essential Python packages.

インストール
ansible-galaxy install mdklatt.python
ライセンス
mit
ダウンロード
397
所有者