選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

18 行
294B

  1. ---
  2. - name: debian packages
  3. apt:
  4. pkg: "{{item}}"
  5. with_items:
  6. - python-pip
  7. - name: python ovh client
  8. pip:
  9. name: ovh
  10. - name: ansible ovh module
  11. git:
  12. repo: https://github.com/cornelius-keller/ansible-ovh.git
  13. version: master
  14. dest: /usr/share/ansible/modules/ovh/