sergkondr-ansible.install-python
install-python
このロールは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
ライセンス
著者情報
:octocat:セルゲイ・コンドラショフ