You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Introduction The procedure for installing Python 3 in RHEL 7.3 of AWS EC 2 is described. YAML test.yml --- - name: Python 3 install hosts: ec2 gather_facts: False become: true roles: - { role: common } - { role: python } roles/python/tasks/main.yml --- - name: yum yum: name={{item}} state=latest with_items: "{{ python_yum }}" - name: unarchive unarchive: src: "{{ python_url }}" dest: "{{ python_tm
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く