sergkondr-ansible.install-python

install-python

ビルドステータス Ansibleロール

このロールはrawモジュールを使用してPythonをインストールします。Ansibleを使うためのホストの準備に利用できます。

例プレイブック

  - name: Pythonがインストールされていることを確認
    hosts: all
    gather_facts: no
    become: yes
    roles:
      - install-python

  - name: 他のロールを実行
    hosts: all
    gather_facts: yes
    become: yes
    roles:
      - other-role

ライセンス

WTFPL

著者情報

:octocat:セルゲイ・コンドラショフ

プロジェクトについて

The role installs python using raw module

インストール
ansible-galaxy install sergkondr-ansible.install-python
ライセンス
Unknown
ダウンロード
1.9k
所有者
Just my ansible stuff